[Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces Leds.nc, 1.1.2.7,
1.1.2.8
Philip Buonadonna
philipb at users.sourceforge.net
Mon Nov 13 18:07:02 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15443
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Leds.nc
Log Message:
Fixed docs in Leds interface
Index: Leds.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/Leds.nc,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** Leds.nc 7 Nov 2006 23:15:10 -0000 1.1.2.7
--- Leds.nc 14 Nov 2006 02:07:00 -0000 1.1.2.8
***************
*** 93,97 ****
* Get the current LED settings as a bitmask. Each bit corresponds to
* whether an LED is on; bit 0 is LED 0, bit 1 is LED 1, etc. You can
! * also use the enums LED_LED0, LED_LED1. For example, this expression
* will determine whether LED 2 is on:
*
--- 93,97 ----
* Get the current LED settings as a bitmask. Each bit corresponds to
* whether an LED is on; bit 0 is LED 0, bit 1 is LED 1, etc. You can
! * also use the enums LEDS_LED0, LEDS_LED1. For example, this expression
* will determine whether LED 2 is on:
*
More information about the Tinyos-2-commits
mailing list