Go to the source code of this file.
Defines | |
| #define | CC1000_TX_POWER 0 |
| #define | CC1000_RSSI 1 |
| #define | CC1000_FREQ 2 |
Functions | |
| void | cc1000_csma_init () |
| Init function. | |
| uint16_t | cc1000_get_crc_errors () |
| get the number of crc errors | |
| uint16_t | cc1000_get_mem_errors () |
| get the number of memory errors | |
| uint16_t | cc1000_get_sync_errors () |
| get the number of sync errors | |
| uint16_t | cc1000_get_size_errors () |
| get the number of size errors | |
Note: To activate this routing protocol, the appropriate line in main.c must be uncommented along with commenting the other routing protocols.
Definition in file cc1000_csma.h.
1.4.6