Skip to content

Commit

Permalink
Return CSn back to high after reset
Browse files Browse the repository at this point in the history
  • Loading branch information
matematik7 committed Oct 26, 2013
1 parent 1b2ca7b commit a0077a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cc1101.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void CC1101::reset() {
while (SO.isSet());
transceive(SRES);
while (SO.isSet());
CSn.set();
}

void CC1101::command(const uint8_t address) {
Expand Down

0 comments on commit a0077a6

Please sign in to comment.