Communication
A library for controlling an Arduino from Python over Serial.
Camino enables blazing fast, non-intrusive communication between Python and one or more Arduinos over a serial connection. Besides built in functions (digital_write, pin_mode, etc.), Camino can call user-defined functions to send and recieve arbitrary data.
Maintainer: Nathan Wachholz
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.