adafruit / Adafruit_CircuitPython_seesaw

seesaw helper IC driver for circuitPython
MIT License
60 stars 35 forks source link

Keypad #100

Closed ayodhyadhameesha closed 2 years ago

ayodhyadhameesha commented 2 years ago

can you help to build a sample code for keypad. I tried I get this error "type object 'Seesaw' has no attribute 'Keypad'" Thank you

ladyada commented 2 years ago

check out https://github.com/adafruit/Adafruit_CircuitPython_NeoTrellis for a keypad example library!