Skip to content

Commit

Permalink
Add Read Register command documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nick6x committed Oct 4, 2016
1 parent 124ccfe commit 1cd0eb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ Use this command to manually control the LEDs on the device.
Follow this command with the LED you want to configure (0 for green, 1 for blue) and the mode
(0 for off, 1 for on, 2 for auto).

### Read Register: 9

Use this command to read the current value of one of the major registers. See Major Registers section
for a list of available registers and their functions.

## Frequency Channel Selection

Each channel number corresponds to a different specific frequency. Channels start with 916.5 MHz at
Expand Down
1 change: 0 additions & 1 deletion commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ void cmd_read_register() {
serial_tx_byte(0);
}


void cmd_update_register() {
uint8_t addr;
uint8_t value;
Expand Down

0 comments on commit 1cd0eb4

Please sign in to comment.