Hello, in http://www.pingo.io/docs/ we can see ``` board = pingo.detect.MyBoard() ``` but in https://github.com/pingo-io/pingo-py/blob/master/README.rst we see ``` board = pingo.detect.get_board() ``` When I see https://github.com/pingo-io/pingo-py/blob/master/pingo/detect/detect.py I noticed ``` def get_board(): pass # TODO: deprecate legacy "MyBoard" factory name MyBoard = get_board ``` Thks to @lwalter86 for showing me this issue.