DanielDecker
DanielDecker
This draft PR implements the homie protocol with a new connector. Moreover this fixes #100, I hope you don't mind that I put this fix in this big PR. What...
Linux kernel 6.6 (Raspberry Pi OS - current release) breaks the RPi.GPIO event detection which is used by RpiGpioSensor. Sources: * https://github.com/raspberrypi/linux/issues/6037 (using Raspberry Pi OS kernel 6.6.20-1+rpt1 on RPi4)...
Make `i2c.pwm.PwmHatColorLED` use ColorHSV class from utils and remove redundant implementation in i2c.pwm.py
This PR changes the GPIO library for the RpiGpioActuator & GpioColorLED to lgpio. *changed RpiGpioActuator & GpioColorLED to use lgpio instead of RPi.GPIO +added type annotation for RpiGpioActuator, GpioColorLED, core.sensor...
I think a sensor which can forward the online state of Connectors would be useful. This way an online status indicator or a fallback action can be configured in case...