More clear power down procedure. Now it is required that cc1020_on
is called before anyone can send after the power down.
This commit is contained in:
parent
d5580ae7ee
commit
fb9b800c53
2 changed files with 28 additions and 21 deletions
|
@ -241,6 +241,6 @@ struct cc1020_header {
|
|||
/// cc1020 receiver state
|
||||
enum cc1020_rxstate {
|
||||
CC1020_RX_SEARCHING, // searching for preamble + sync word
|
||||
CC1020_RX_RECEIVE, // receiving bytes
|
||||
CC1020_RX_RECEIVING, // receiving bytes
|
||||
CC1020_RX_PROCESSING // processing data in buffer
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue