Commit Graph

12 Commits

Author SHA1 Message Date
Ben Laurie 888b877f6e baro_update_logic() can be static. 2013-09-08 17:20:50 +01:00
Ben Laurie 1b46a38559 Retry blocking writes. 2013-09-08 17:20:50 +01:00
Ben Laurie c37b9aed4c Read to NULL is not legal. 2013-09-08 17:20:50 +01:00
Ben Laurie dfe4469e2c Writes can be partial, in theory at least (note, all writes are currently
length 1).
2013-09-08 17:20:49 +01:00
Ben Laurie 1ba778437e Hide more private data. 2013-09-08 17:20:49 +01:00
Ben Laurie b28fae799a There's no need for |port| to be dynamically allocated.
Also fixes the bug that if |nav_fd| open fails, port->isOpen and
port->isInitialised are not cleared.
2013-09-08 17:20:49 +01:00
Ben Laurie 057c842045 navdata_port is private. 2013-09-08 17:20:49 +01:00
Christophe De Wagter a244d214a5 [ARDrone] LED driver fixed 2013-08-29 20:26:12 +02:00
Christophe De Wagter b8ec860edc [ardrone] 200Hz Baro messages are actually 100Hz temp and then pressure. One should not use the wrong temp with the wrong pressure either. A change tracker is used. 2013-08-28 15:17:50 +02:00
Christophe De Wagter 9a864d8927 [ardrone] Fixed Baro 2013-08-21 17:54:52 +02:00
Dino Hensen 8e84c8ecbd [ardrone] Barometer bmp180 implementation added.
Also fixed a bug in the navdata driver, where cropping was done twice.
Baro still needs to be tested, because sometimes unexpected things happen.
2013-08-21 17:54:26 +02:00
Felix Ruess e1df2e5d71 [ardrone2] merge remaining ardrone2 support
closes #396
2013-06-03 15:08:50 +02:00