We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi @scls19fr
The correct function is get_board. The old MyBoard was kept for compatibility
get_board
MyBoard
@ramalho , Can you fix the pingo.io docs?
Thanks.
Sorry, something went wrong.
ramalho
No branches or pull requests
Hello,
in http://www.pingo.io/docs/ we can see
but in https://github.com/pingo-io/pingo-py/blob/master/README.rst we see
When I see https://github.com/pingo-io/pingo-py/blob/master/pingo/detect/detect.py
I noticed
Thks to @lwalter86 for showing me this issue.
The text was updated successfully, but these errors were encountered: