Skip to content

SmartRC-CC1101-Driver-Lib

Compare
Choose a tag to compare
@LSatan LSatan released this 22 Jan 20:06
· 7 commits to master since this release
b60cd23

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.3
22.01.2021

Driver Library :Putting rx tx has no effect if they are already in mode. Prevents unnecessary double-initaliesing.

Driver Library :new command added: ELECHOUSE_cc1101.goSleep(); //Enter power down mode. For wakeup set RX or TX.

Driver Library :new command added: ELECHOUSE_cc1101.getMode(); //Return the Mode. Sidle = 0, TX = 1, Rx = 2.

Driver Library :new command added: ELECHOUSE_cc1101.setSidle(); //Set Rx / Tx Off.

Driver Library :new command added: ELECHOUSE_cc1101.getCC1101(); //Test Spi connection and return 1 when true.

Examples :RcSwitch Repeater_cc1101.ino has been shortened.