ef-gy / rpi-ups-pico

Raspberry Pi UPS PIco control daemons.
https://ef.gy/documentation/rpi-ups-pico
MIT License
9 stars 2 forks source link

Feedback: pico-i2cd #2

Closed ScrumpyJack closed 8 years ago

ScrumpyJack commented 8 years ago

pico-i2cd works perfectly for me, and thd is a happy bunny on keypress. Tested with the colored leds on the PIco: BTN_A 1 i2cset -y 1 0x6b 0x0d 0x01 BTN_A 0 i2cset -y 1 0x6b 0x0d 0x00 BTN_B 1 i2cset -y 1 0x6b 0x0c 0x01 BTN_B 0 i2cset -y 1 0x6b 0x0c 0x00

EffinMaggie commented 8 years ago

Sweet!

That does remind me that it'd be nice to hook up the LEDs so they can be controlled through the input driver... :)