MCURTC:SetBatteryEmptyLEDPattern: Difference between revisions
→Request: added explanation of the behavior of the SetBatteryEmptyLEDPattern command, verified manually |
→Description: added more details and better understanding |
||
| (One intermediate revision by the same user not shown) | |||
| Line 26: | Line 26: | ||
=Description= | =Description= | ||
This is used for controlling the notification LED. | This is used for controlling the notification LED when the power is below 5%. The changes made with this service call are immediate (doesn't need a console reboot, the new sequence will be read after the current sequence finishes a loop) and "permanent" (they will stay upon reboot, but they can be changed again with another call) To reset to default, you can send the byte 0x55 4 times (corresponds to the following bits : 01010101, which read backwards makes a simple blinking LED sequence) | ||