-
-
Notifications
You must be signed in to change notification settings - Fork 546
Description
Hi Kyle,
Found a device from adafruit that would be able to add a lot of possible functionality for people not super skilled in programming if you can add this input device. It is basically a i2c controlled mini keyboard that has 4 keyboard keys and 4 neopixels. basically a easy way to add 4 i2c controlled momentary switches to a system. It also has 8 possible i2c addresses so there is a lot of possibility here
https://www.adafruit.com/product/4980
adafruit neokey library: https://docs.circuitpython.org/projects/neokey/en/latest/
i have ordered one and been playing with it, have gotten their test code working, but getting it to work with mycodo is not working for me, with you already having neopixels added not sure if this would be complicated to sort out