X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FLplBroadcastCountToLeds%2FRadioCountToLedsAppC.nc;h=20f16ebc23f00f67f9d9d4687294422b710189c8;hb=7bae398b43f69d024cf524349705fee97ab002ae;hp=0414f07931cfcdbd2b9bcc49c2e319ec678d3d77;hpb=2c95e194e539a603888e691571a8fe946ea176e0;p=tinyos-2.x.git diff --git a/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc b/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc index 0414f079..20f16ebc 100644 --- a/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc +++ b/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc @@ -37,9 +37,11 @@ * every time it gets updated. A RadioCountToLeds node that hears a counter * displays the bottom three bits on its LEDs. This application is a useful * test to show that basic AM communication and timers work. + *

+ * This version uses low-power listening. * * @author Philip Levis - * @date June 6 2005 + * @date June 24 2008 */ configuration RadioCountToLedsAppC {} @@ -47,7 +49,7 @@ implementation { #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) components CC1000ActiveMessageC as LplC; -#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2) || defined(PLATFORM_EPIC) components CC2420ActiveMessageC as LplC; #else #error "LPL testing not supported on this platform"