Skip to content

Commit bba13c9

Browse files
authored
Update README.md
1 parent 921130f commit bba13c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,25 @@ read and change. You can switch to send or receive.
88
Set the transmission strength and change or call up the frequency.
99

1010
For: https://github.com/LSatan/SmartRC-CC1101-Driver-Lib
11+
1112
---------------------------------------------
1213
Commands
1314
---------------------------------------------
1415
Enter in the serial monitor.
1516

1617

1718
reg | Shows all settings of the register.
19+
1820
ver | Displays the cc1101 version number.
21+
1922
mhz? | shows the current frequency and the associated register entries.
23+
2024
mhz=433.92 | sets the specified frequency and then displays it.
25+
2126
pa=10 | sets the transmission strength to the set value.
27+
2228
tx | puts the cc1101 in transmit mode.
29+
2330
rx | puts the cc1101 in receive mode.
2431

2532
Register entry +? Example:
@@ -57,4 +64,4 @@ Preview
5764

5865
<img src="https://github.com/LSatan/CC1101-Debug-Service-Tool/blob/master/img/start_example.png"/>
5966

60-
<img src="https://github.com/LSatan/CC1101-Debug-Service-Tool/blob/master/img/commands_example.png"/>
67+
<img src="https://github.com/LSatan/CC1101-Debug-Service-Tool/blob/master/img/commands_example.png"/>

0 commit comments

Comments
 (0)