UPS PIco HV3.0A Firmware Code 040 Print Date 18.08.2017
Designed and Manufactured by PiModules and ModMyPi
www.pimodules.com www.modmypi.com
Accessing of the User LEDs can be done by the following
PICo
Commands.
Example of use
sudo i2cset -y 1 0x6b 0x09 0x01
for ON the Orange LED
sudo i2cset -y 1 0x6b 0x09 0x00
for OFF the Orange LED
sudo i2cset -y 1 0x6b 0x0A 0x01
for ON the Green LED
sudo i2cset -y 1 0x6b 0x0A 0x00
for OFF the Green LED
sudo i2cset -y 1 0x6b 0x0b 0x01
for ON the Blue LED
sudo i2cset -y 1 0x6b 0x0b 0x00
for OFF the Blue LED
0x09
User LED Orange
Byte
Common
R/W
User LED Orange
ON - Write:
0x01
User LED Orange
OFF -
Write:
0x00
0x0A
User LED Green
Byte
Common
R/W
User LED Green
ON - Write:
0x01
User LED Green
OFF -
Write:
0x00
0x0B
User LED Blue
Byte
Common
R/W
User LED Blue
ON - Write:
0x01
User LED Blue
OFF -
Write:
0x00
Table
10
User LEDs Commands Specifications