]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/csystem/TosThreadApiC.nc
Added support for the basicsb sensorboards for the mica based platforms
[tinyos-2.x.git] / tos / lib / tosthreads / csystem / TosThreadApiC.nc
index d7c4d5123a20e8978be2b0b5deedb38e01fc48e7..e8fb8af2f31ddcb55ea4c6194781be02ee59a797 100644 (file)
@@ -68,7 +68,7 @@ implementation {
     components CLogStorageC;
   #endif 
   
-  //Telosb sensorboard specific.  Later need to find conditional way of adding this in
+  //Telosb sensorboard specific.
   #if defined(TOSTHREAD_HAMAMATSUS1087_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
     components CHamamatsuS1087ParC;
   #endif
@@ -83,4 +83,12 @@ implementation {
   #if defined(TOSTHREAD_SINESENSOR_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
     components CSineSensorC;
   #endif
+  
+  //Basicsb sensorboard specific
+  #if defined(TOSTHREAD_PHOTO_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
+    components CPhotoC;
+  #endif
+  #if defined(TOSTHREAD_TEMP_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
+    components CTempC;
+  #endif
 }