PinPong

PinPong is an Python library designed to facilitate direct hardware control across multiple platforms, including Arduino, micro:bit, Raspberry Pi, and UNIHIKER. By providing a unified API, it allows developers to execute Python code on a host computer to manipulate sensors, actuators, and communication protocols (I2C, SPI, UART) on connected microcontroller boards without firmware modification. This Wiki serves as the official documentation hub, offering installation guides, API references for board and pin classes, and extensive example codes for basic, common, and extended libraries to support rapid hardware prototyping.
Clear
TOP