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:
nvt-se 2007-10-02 14:05:45 +00:00
parent d5580ae7ee
commit fb9b800c53
2 changed files with 28 additions and 21 deletions

View file

@ -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
};