Difference between revisions of "Firmware-820 Command-111"

From I-CubeX Wiki
Jump to: navigation, search
(Created page with "==LOW POWER (111, 6Fh)== This command sets the WiDig to dim the LEDs. Upon completion of the command the WiDig sends out the LOW POWER message....")
 
Line 6: Line 6:
  
 
{|
 
{|
|0xxxxxxx:
+
|01d00000:
|xxxxxxx = 64; turn LEDs on
+
|d = 0; turn LEDs on
 
|-
 
|-
 
|
 
|
|xxxxxxx = 96; dim LEDs
+
|d = 1; dim LEDs
 
|}
 
|}

Revision as of 00:58, 7 March 2022

LOW POWER (111, 6Fh)

This command sets the WiDig to dim the LEDs. Upon completion of the command the WiDig sends out the LOW POWER message. To get the LED status, send the command without body.

To set the LEDs, the [BODY] of the LOW POWER command should be as follows:

01d00000: d = 0; turn LEDs on
d = 1; dim LEDs