This API is forked from the original Python Arduino Command API to add support for Python 3. The Arduino-Python3 Command API is a lightweight Python library for communicating with Arduino ...
void setup(): This function is executed once at the beginning of the program. pinMode(Pin number, Mode): Before we can actually use a digital pin, we need to set a mode. Basically you have 2 modes: ...