]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/im2sb/HplSensirionSht11P.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / sensorboards / im2sb / HplSensirionSht11P.nc
index 075d68686a2955729e6de507f358fb0b1dc5e94c..ef6faa7123a1b9dae7b6746d8c2896d6aa30455b 100644 (file)
@@ -42,8 +42,8 @@
 module HplSensirionSht11P {
   provides interface SplitControl;
   uses interface Timer<TMilli>;
-  uses interface HPlPXA27xGPIOPin as DATA;
-  uses interface HPLPXA27xGPIOPin as SCK;
+  uses interface HplPXA27xGPIOPin as DATA;
+  uses interface HplPXA27xGPIOPin as SCK;
 }
 implementation {
   task void stopTask();
@@ -71,5 +71,8 @@ implementation {
   task void stopTask() {
     signal SplitControl.stopDone( SUCCESS );
   }
+
+  async event void DATA.interruptGPIOPin() { return; }
+  async event void SCK.interruptGPIOPin() { return; }
 }