Removed non-functional time synchronization code; added some experimental code for CCA checks (enabled CCA mode 1, a temporary development function for setting the CCA threshold); enable the possibility to switch off radio even if a packet is currently arriving
This commit is contained in:
parent
c4c4e8164d
commit
1ee32c3074
2 changed files with 37 additions and 88 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: cc2420.h,v 1.8 2010/02/18 21:48:39 adamdunkels Exp $
|
||||
* $Id: cc2420.h,v 1.9 2010/02/23 18:24:49 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -84,4 +84,6 @@ extern int cc2420_authority_level_of_sender;
|
|||
int cc2420_on(void);
|
||||
int cc2420_off(void);
|
||||
|
||||
void cc2420_set_cca_threshold(int value);
|
||||
|
||||
#endif /* __CC2420_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue