pingo-io / pingo-py

Generic API for controlling boards with programmable IO pins
http://pingo.io
MIT License
257 stars 48 forks source link

README example code uses pingo.detect.MyBoard() but it has changed to get_board() #87

Closed lamenezes closed 9 years ago

lamenezes commented 9 years ago

Had a small problem running the test from the README.rst. After a little inspecting I discovered the problem in pingo.detect.MyBoard() which changed to pingo.detect.get_board() but not in the README.

Vido commented 9 years ago

@lamenezes, Thanks.

Sorry, our bad about this old docs;