Update of /cvsroot/firebug/fireboard/fireboard/apps/TestADXL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18150/TestADXL
Modified Files:
testadxl.nc testadxlM.nc
Log Message:
Updated test applications for HLSensor.
Index: testadxlM.nc
===================================================================
RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestADXL/testadxlM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testadxlM.nc 3 Feb 2004 18:58:06 -0000 1.2
--- testadxlM.nc 26 Mar 2004 00:44:33 -0000 1.3
***************
*** 1,3 ****
- /* -*- Mode: C; c-basic-indent: 3; indent-tabs-mode: nil -*- */
/**
--- 1,2 ----
***************
*** 16,20 ****
uses {
! interface Sensor as ADXL202JE;
interface Leds;
}
--- 15,19 ----
uses {
! interface HLSensor as ADXL202JE;
interface Leds;
}
Index: testadxl.nc
===================================================================
RCS file: /cvsroot/firebug/fireboard/fireboard/apps/TestADXL/testadxl.nc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** testadxl.nc 5 Jan 2004 21:03:27 -0000 1.1.1.1
--- testadxl.nc 26 Mar 2004 00:44:33 -0000 1.2
***************
*** 1,4 ****
- /* -*- Mode: C; c-basic-indent: 3; indent-tabs-mode: nil -*- */
-
/**
* Parts of this code were written or modified for FireBug project
--- 1,2 ----
***************
*** 30,34 ****
testadxlM.Leds -> LedsC;
! testadxlM.ADXL202JE -> adxl.Sensor;
}
--- 28,32 ----
testadxlM.Leds -> LedsC;
! testadxlM.ADXL202JE -> adxl.HLSensor;
}
|