BeagleBone Black LED控制

2017-08-19  本文已影响32人  huismiling

USER LED

echo 0 > /sys/devices/platform/leds/leds/beaglebone\:green\:usr0/brightness

POWER LED 

*******Turn OFF PMIC power LED*********

i2cset -f -y 0 0x24 0x0b 0x6e

i2cset -f -y 0 0x24 0x13 0x00

i2cset -f -y 0 0x24 0x0b 0x6e

i2cset -f -y 0 0x24 0x13 0x00

*******Turn ON PMIC power LED*********

i2cset -f -y 0 0x24 0x0b 0x6e

i2cset -f -y 0 0x24 0x13 0x38

i2cset -f -y 0 0x24 0x0b 0x6e

i2cset -f -y 0 0x24 0x13 0x38

上一篇 下一篇

猜你喜欢

热点阅读