[modules] ets baro/airspeed: cleanup and default delay of 0.2s

- airspeed_ets: use AIRSPEED_ETS_SYNC_SEND instead of SENSOR_SYNC_SEND
- baro_ets: use BARO_ETS_SYNC_SEND instead of BARO_ETS_TELEMETRY
This commit is contained in:
Felix Ruess
2013-07-16 19:32:27 +02:00
parent e9d22942b7
commit 0d75609c20
8 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<define name="BARO_ETS_I2C_DEV" value="i2cX" description="set i2c peripheral (default: i2c0)"/>
<define name="BARO_ETS_SCALE" value="scale" description="sensor scale factor (default: 1.8)"/>
<define name="BARO_ETS_START_DELAY" value="delay" description="set initial start delay in seconds"/>
<define name="BARO_ETS_TELEMETRY" description="flag to transmit the data as it is acquired"/>
<define name="BARO_ETS_SYNC_SEND" description="flag to transmit the data as it is acquired"/>
</doc>
<header>