Update of /cvsroot/firebug/mts400/interfaces
In directory sc8-pr-cvs1:/tmp/cvs-serv25039/mts400/interfaces
Modified Files:
Sensor.nc
Log Message:
more work on gps driver, still have a problem
with the debugging output.
Index: Sensor.nc
===================================================================
RCS file: /cvsroot/firebug/mts400/interfaces/Sensor.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Sensor.nc 18 Nov 2003 22:42:49 -0000 1.1
--- Sensor.nc 19 Nov 2003 01:36:51 -0000 1.2
***************
*** 64,67 ****
--- 64,72 ----
event result_t powerOnDone();
+ /** init() might be used to send a default
+ * programming string to the sensor.
+ */
+ command result_t init();
+
/**
* Stop the component cleanly, without leaving
|