Skip to content

Few mistakes in README.md #7

Description

@miniwark

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions