Component: moteiv.tos.lib.sp.cc2420.CC2420SynchronizedC
configuration CC2420SynchronizedC
Implementation of the link primitives that support SP.
CC2420Synchronized manages the underlying CC2420 radio stack and sets
up duty cycling activities. By default, CC2420Synchronized uses
CC2420AlwaysOnM. See the documentation inside CC2420AlwaysOnM for more
information about how it works.
To use the low power duty cycled implementation, CC2420SyncMojoM,
you have the following two options:
- Compile your application with make <platform> lowpower
which will pull in both CC2420SyncMojoM and NetSyncC network
protocol, or
- Add the following define to your makefile which will pull in the
synchronization code in CC2420SyncMojoM but not NetSyncC:
CFLAGS += -DCC2420_SYNC
- Author:
-
Joe Polastre, Moteiv Corporation <info@moteiv.com>
Provides
Uses
Wiring