Difference between revisions of "CC2420 Asynchronous Low Power Listening Implementation"

From TinyOS Wiki
Jump to: navigation, search
m
 
Line 12: Line 12:
 
= See Also =
 
= See Also =
 
* [[CC2420]]
 
* [[CC2420]]
 +
[[Category:CC2420]]

Latest revision as of 22:23, 25 November 2009

Because the Low Power Listening layer uses up extra memory footprint, it is not compiled in by default. Developers can simply define the preprocessor variable LOW_POWER_LISTENING to compile the functionality of the Low Power Listening layer in with the CC2420 stack.

If you do not compile the Low Power Listening layer in with the radio stack, you will automatically get a compiler warning that simply lets you know LPL is not enabled. This is not harmful to your compilation, and is meant to be informative so you know what you're getting.

Contents

See Also