Installation on Linux Platform
You can install PinPong by entering sudo pip install pinpong
in the terminal.
$ sudo pip install pinpong
For help, enter pinpong in the terminal to output the current version information, official documentation URL, library list view, and port number.
Starting Your First Program
- Connect the Arduino Uno board to your computer.
- Copy the code of the "blink" example program from the "PINPONG Examples" in this document to your Python editor and run the code.
- Next, please check out other tutorials or run other example programs to further your learning.