[Firebug-cvs] mts400/apps/TestIntersema IntersemaM.nc,1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2003-11-26 18:38:48
|
Update of /cvsroot/firebug/mts400/apps/TestIntersema In directory sc8-pr-cvs1:/tmp/cvs-serv31741/TestIntersema Modified Files: IntersemaM.nc Log Message: FireBoard with gps, light, temp, hum and pressure now works together. Index: IntersemaM.nc =================================================================== RCS file: /cvsroot/firebug/mts400/apps/TestIntersema/IntersemaM.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IntersemaM.nc 13 Nov 2003 00:08:00 -0000 1.1 --- IntersemaM.nc 26 Nov 2003 18:38:45 -0000 1.2 *************** *** 43,46 **** --- 43,47 ---- implementation { + #include "SODebug.h" *************** *** 73,77 **** call Leds.greenOn(); state = START; ! call Timer.start(TIMER_REPEAT, 500); return SUCCESS; } --- 74,78 ---- call Leds.greenOn(); state = START; ! call Timer.start(TIMER_REPEAT, 1500); return SUCCESS; } |