adafruit_neokey1x4

1x4 mechanical key buttons and RGB LEDs

  • Author(s): ladyada

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_neokey.neokey1x4.NeoKey1x4(i2c_bus: I2C, interrupt: bool = False, addr: int = 48)

Driver for the Adafruit NeoKey 1x4.

get_keys() List[bool]

Read all 4 keys at once and return an array of booleans.

Returns:

_description_

Return type:

List[bool]