Patrick José Pereira
|
6b2e4296db
|
AP_TemperatureSensor: Add missing const in member functions
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
4 years ago |
Peter Barker
|
ecd21fbc4c
|
AP_TemperatureSensor: add support for simulated TSYS01 temperature sensor
|
4 years ago |
Pierre Kancir
|
f1f784f81d
|
AP_TemperatureSensor: fix TSYS01 warning on SITL
|
5 years ago |
Andrew Tridgell
|
7bc364a338
|
AP_TemperatureSensor: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER
this makes for cleaner and smaller code as the failure case is not
needed
|
5 years ago |
Willian Galvani
|
0c5753112a
|
AP_TemperatureSensor: Update TSYS01 for Pixhawk2
|
5 years ago |
Peter Barker
|
11e00f34b2
|
AP_TemperatureSensor: remove pointless constructor
If you ever allocate on of these on the stack you're doing something
wrong
|
7 years ago |
Peter Barker
|
7dd023744f
|
AP_TemperatureSensor: allow testing of temperature sending in SITL
|
7 years ago |
Peter Barker
|
b1ef778215
|
AP_TemperatureSensor: use HAL_SEMAPHORE_BLOCK_FOREVER macro
|
8 years ago |
Andrew Tridgell
|
db64da7856
|
AP_TemperatureSensor: rename macros to avoid conflicts
these macros were also defined in NuttX in clock.h
|
8 years ago |
Jacob Walser
|
870183f26b
|
AP_TemperatureSensor: Use powf instead of pow
|
8 years ago |
Jacob Walser
|
ca603e1517
|
AP_TemperatureSensor: Add AP_TemperatureSensor library and TSYS01 driver
|
8 years ago |