]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Remove sensors code from tmirws platform.
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 2 Dec 2009 23:37:00 +0000 (16:37 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 2 Dec 2009 23:37:00 +0000 (16:37 -0700)
commit246e79f8111758ae811d802c42c74765b7fa4426
tree547387116ef06ae9f31a109a63ed45b876042a4b
parent0929af16aa303ba931e5cfa007733f9d6327664e
Remove sensors code from tmirws platform.

The sensors code is not stable enough for inclusion into core tinyos, nor is
there yet a clean separation between platform code and application code.  The
sensors code removed here was imported with its history into the RWS
application repository.
35 files changed:
tos/platforms/tmirws/.platform
tos/platforms/tmirws/sensors/AeroVane.h [deleted file]
tos/platforms/tmirws/sensors/AeroVaneC.nc [deleted file]
tos/platforms/tmirws/sensors/AeroVaneP.nc [deleted file]
tos/platforms/tmirws/sensors/AeroVaneReadC.nc [deleted file]
tos/platforms/tmirws/sensors/AeroVaneReadP.nc [deleted file]
tos/platforms/tmirws/sensors/Anemometer.h [deleted file]
tos/platforms/tmirws/sensors/AnemometerC.nc [deleted file]
tos/platforms/tmirws/sensors/AnemometerP.nc [deleted file]
tos/platforms/tmirws/sensors/AnemometerReadC.nc [deleted file]
tos/platforms/tmirws/sensors/AnemometerReadP.nc [deleted file]
tos/platforms/tmirws/sensors/Average.nc [deleted file]
tos/platforms/tmirws/sensors/AverageAngleC.nc [deleted file]
tos/platforms/tmirws/sensors/AveragePolarC.nc [deleted file]
tos/platforms/tmirws/sensors/AveragePolarP.nc [deleted file]
tos/platforms/tmirws/sensors/AverageU16C.nc [deleted file]
tos/platforms/tmirws/sensors/BatteryAdcC.nc [deleted file]
tos/platforms/tmirws/sensors/BatteryAdcP.nc [deleted file]
tos/platforms/tmirws/sensors/HalAnemometerC.nc [deleted file]
tos/platforms/tmirws/sensors/HalAnemometerP.nc [deleted file]
tos/platforms/tmirws/sensors/HalOwwVaneC.nc [deleted file]
tos/platforms/tmirws/sensors/HalOwwVaneP.nc [deleted file]
tos/platforms/tmirws/sensors/HalWindVaneC.nc [deleted file]
tos/platforms/tmirws/sensors/HalWindVaneP.nc [deleted file]
tos/platforms/tmirws/sensors/MultiSampleC.nc [deleted file]
tos/platforms/tmirws/sensors/MultiSampleP.nc [deleted file]
tos/platforms/tmirws/sensors/PyranometerAdcC.nc [deleted file]
tos/platforms/tmirws/sensors/PyranometerAdcP.nc [deleted file]
tos/platforms/tmirws/sensors/WindVane.h [deleted file]
tos/platforms/tmirws/sensors/WindVaneAdcC.nc [deleted file]
tos/platforms/tmirws/sensors/WindVaneAdcP.nc [deleted file]
tos/platforms/tmirws/sensors/WindVaneC.nc [deleted file]
tos/platforms/tmirws/sensors/WindVaneP.nc [deleted file]
tos/platforms/tmirws/sensors/WindVaneReadC.nc [deleted file]
tos/platforms/tmirws/sensors/WindVaneReadP.nc [deleted file]