Skip to content

Commit b3c09ca

Browse files
authored
Update README.md
1 parent 0f65db6 commit b3c09ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void loop() {
189189

190190
`bool getCC1101(void)` checks for the presence of a CC1101 module on the SPI bus.
191191

192-
`void init(void)` must be called prijor to using any other funtion. Will establish the necessary setup of the CC1101 chip. Onyl exception: `gtCC1101()`
192+
`void init(void)` must be called prior to using any other funtion. Will establish the necessary setup of the CC1101 chip. Only exception: `gtCC1101()`
193193

194194
`void sleep(void)` Sets the CC1101 to sleep mode, reducing power consumption. The next access will wake the chip up again, no special procedure is needed.
195195

0 commit comments

Comments
 (0)