Red, Blue, Green LED

Where is the documentation of all modes of blinking LED?

here is documents and SCH:

https://bananapi.gitbooks.io/bpi-m3/content/en/

And where’s there to see? I was already there and the search for LED word I gave nothing.

Please check it (BPI-M3 V1_2 schematic diagram 20151014(RELEASE).pdf) https://bananapi.gitbooks.io/bpi-m3/content/en/bpi-m3_schematic_diagram.html

I do not understand these schemes. I need a simple manual.

HI: FYI

reg-81x-cs-gpio0ldo/max_microvolts : Blue Led reg-81x-cs-gpio1ldo/max_microvolts : Green Led


Open:

echo 3000 > /sys/bus/platform/devices/reg-81x-cs-gpio0ldo/max_microvolts echo 3000 > /sys/bus/platform/devices/reg-81x-cs-gpio1ldo/max_microvolts

Close:

echo 0 > /sys/bus/platform/devices/reg-81x-cs-gpio0ldo/max_microvolts echo 0 > /sys/bus/platform/devices/reg-81x-cs-gpio1ldo/max_microvolts

1 Like

Emmm… super :grin:. I do not understand you dude :))