home.social

#pigpio — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pigpio, aggregated by home.social.

fetched live
  1. #Nerdquestion
    #Raspberry #pigpio library

    Looking for code for

    2-key rollover for n keys (n buttons connected to separate GPIO pins)

    Looking for #Python code to detect two-button-presses on (let's say) 4 buttons, in general detect "2-key rollover" on n GPIO pins.

    ( en.wikipedia.org/wiki/Key_roll : "Key rollover is the ability of a computer [keyboard] to correctly handle several simultaneous keystrokes.")

    For 2 buttons, this is easy.

    #2KeyRollover
    #nKeyRollover
    #pigpio
    #Raspberry
    #GPIO
    #Python

  2. #Nerdquestion
    #Raspberry #pigpio library

    Looking for code for

    2-key rollover for n keys (n buttons connected to separate GPIO pins)

    Looking for #Python code to detect two-button-presses on (let's say) 4 buttons, in general detect "2-key rollover" on n GPIO pins.

    ( en.wikipedia.org/wiki/Key_roll : "Key rollover is the ability of a computer [keyboard] to correctly handle several simultaneous keystrokes.")

    For 2 buttons, this is easy.

    #2KeyRollover
    #nKeyRollover
    #pigpio
    #Raspberry
    #GPIO
    #Python

  3. is a GPIO interfacing .

    pigpio provides a featureful interface to the Pi's GPIO library via a library and socket files. pigpio can perform simple tasks like reading/writing to the pins and performing interrupts, but also supports PWM, I2C, and SPI on any combination of IO, as well as a simple permission system to separate protected and public GPIO.

    Website 🔗️: github.com/joan2937/pigpio