Skip to content
New issue

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

board = pingo.detect.get_board() or board = pingo.detect.MyBoard() ? #101

Open
s-celles opened this issue Nov 26, 2015 · 1 comment
Open

Comments

@s-celles
Copy link
Contributor

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.

@Vido
Copy link
Contributor

Vido commented Jul 12, 2017

Hi @scls19fr

The correct function is get_board.
The old MyBoard was kept for compatibility

@ramalho , Can you fix the pingo.io docs?

Thanks.

@Vido Vido assigned Vido and ramalho and unassigned Vido Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants