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

Few mistakes in README.md #7

Open
miniwark opened this issue Nov 6, 2013 · 0 comments · May be fixed by #32
Open

Few mistakes in README.md #7

miniwark opened this issue Nov 6, 2013 · 0 comments · May be fixed by #32

Comments

@miniwark
Copy link

miniwark commented Nov 6, 2013

I am testing to ... blink a LED and i was able to do so, but the README.md file have a few little errors who may confuse new users:

  1. the pip install command is now:
pip install arduino-python
  1. In the blink a led example, the digital pin must be set to OUTPUT before the blink loop:
board.pinMode(13, "OUTPUT")
  1. The fact than prototype.ino must be uploaded with Arduino IDE before launching the python script may be clarified a bit more.
@DragonflyRobotics DragonflyRobotics linked a pull request Mar 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant