Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Cool, but every time I see something like this I feel the need to point out gpiozero - https://gpiozero.readthedocs.io/en/stable/

    from gpiozero import DigitalOutputDevice
    relay = DigitalOutputDevice(17)
    relay.on()


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: