]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/csystem/TosThreadApiC.nc
Added universal blocking SineSensor drivers for the C API
[tinyos-2.x.git] / tos / lib / tosthreads / csystem / TosThreadApiC.nc
index 394c636dbb58f92d29777f0249b99ff499a41f08..d7c4d5123a20e8978be2b0b5deedb38e01fc48e7 100644 (file)
@@ -68,7 +68,7 @@ implementation {
     components CLogStorageC;
   #endif 
   
-  //Telosb sensorbard specific.  Later need to find conditional way of adding this in
+  //Telosb sensorboard specific.  Later need to find conditional way of adding this in
   #if defined(TOSTHREAD_HAMAMATSUS1087_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
     components CHamamatsuS1087ParC;
   #endif
@@ -78,4 +78,9 @@ implementation {
   #if defined(TOSTHREAD_SENSIRIONSHT11_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
     components CSensirionSht11C;
   #endif
+  
+  //Universal sensorboard specific
+  #if defined(TOSTHREAD_SINESENSOR_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
+    components CSineSensorC;
+  #endif
 }