/** * @defgroup cc1020 CC1020 Radio * @ingroup driver \section cc1020_overview Texas Instruments Chipcon CC1020 Radio Driver \section cc1020_debug Debugging

The Net module supports two levels of debugging: on packet level and on raw level. To compile debugging functions DEBUG_RADIO flag and appropriate logging level need to be set in AppConf.h during compile time. To activate debugging, set these flags during runtime using the "slo" command.

For translation of the constants see ScatterWeb.Debuglog.h . Some examples follow:

DEBUG_RADIO | MEDIUM "slo 82" show packet headers DEBUG_RADIO | HIGH "slo 84" show packet headers and details (ack retries, faulty packets) DEBUG_RADIO | VERBOSE "slo 85" show raw packets */