]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Move weather instrument sensors code out of TOSDIR/chips, as they aren't.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Wed, 5 Aug 2009 02:57:07 +0000 (02:57 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:42 +0000 (20:01 -0700)
commit4f0def622af5baa14e297eac8f3fb695b0a25bb7
tree6bf0f32eb57c99c748f1550e51a7bd154a18a5fc
parent8f6aa105c7d5efe77267d06eb16ade8bd55832cc
Move weather instrument sensors code out of TOSDIR/chips, as they aren't.

For now, we'll place them in TOSDIR/platforms/tmirws/sensors.  Also, renamed
are the OwwSpeed files, to Anemometer, and OwwVane files to WindVane, as these
names better reflect the fact that the code isn't all that OWW or Davis
specific.
30 files changed:
tos/chips/davis/OwwSpeed.h [deleted file]
tos/chips/davis/OwwSpeedC.nc [deleted file]
tos/chips/davis/OwwSpeedP.nc [deleted file]
tos/chips/davis/OwwVane.h [deleted file]
tos/chips/davis/OwwVaneC.nc [deleted file]
tos/chips/davis/OwwVaneP.nc [deleted file]
tos/chips/oww/OwwSpeed.h [deleted file]
tos/chips/oww/OwwSpeedC.nc [deleted file]
tos/chips/oww/OwwSpeedP.nc [deleted file]
tos/chips/oww/OwwVane.h [deleted file]
tos/chips/oww/OwwVaneC.nc [deleted file]
tos/chips/oww/OwwVaneP.nc [deleted file]
tos/platforms/tmirws/chips/oww/HalOwwSpeedC.nc [deleted file]
tos/platforms/tmirws/chips/oww/HalOwwSpeedP.nc [deleted file]
tos/platforms/tmirws/chips/oww/HalOwwVaneC.nc [deleted file]
tos/platforms/tmirws/chips/oww/HalOwwVaneP.nc [deleted file]
tos/platforms/tmirws/sensors/Anemometer.h [new file with mode: 0644]
tos/platforms/tmirws/sensors/AnemometerC.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/AnemometerP.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/HalAnemometerC.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/HalAnemometerP.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/HalOwwVaneC.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/HalOwwVaneP.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/HalWindVaneC.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/HalWindVaneP.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/WindVane.h [new file with mode: 0644]
tos/platforms/tmirws/sensors/WindVaneAdcC.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/WindVaneAdcP.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/WindVaneC.nc [new file with mode: 0644]
tos/platforms/tmirws/sensors/WindVaneP.nc [new file with mode: 0644]