Skip to content

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

@s-celles

Description

@s-celles

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions