Using a single GPIO port on a microcontroller to control N bits of arbitrary parallel binary outputs, e.g., a multi-digital ...
Soldered Electronics has made ESP32-based e-paper displays for years, starting with the launch of the Inkplate 6 in 2019. The ...
With very little code, you can quickly get going connecting your physical components together: from gpiozero import LED, Button led = LED(2) button = Button(3) button.when_pressed = led.on button.when ...
Beta: This SDK is supported for production use cases, but we do expect future releases to have some interface changes; see Interface stability. We are keen to hear feedback from you on these SDKs.