aboutsummaryrefslogtreecommitdiff
path: root/apps/hott_telemetry
Commit message (Collapse)AuthorAgeFilesLines
* HOTFIX: Fixed HoTT compile error, fixed MAVLink crashLorenz Meier2013-01-311-0/+1
|
* Enable single wire via ioctl calls and pull the battery voltage from the ↵Simon Wilks2013-01-252-36/+11
| | | | battery status topic.
* Addressed compiler warnings and handle non-supported devices properly.Simon Wilks2012-11-301-8/+8
|
* Code formatting cleanup.Simon Wilks2012-11-303-42/+58
| | | | Fixed code style with Tools/fix_code_style.sh
* Cleanup a bit.Simon Wilks2012-11-291-8/+3
|
* Single wire now working once moving away from UART5.Simon Wilks2012-11-291-24/+41
|
* Trying to get single wire working. Not quite there yet.Simon Wilks2012-11-292-59/+34
|
* Fix some memory corruption bugs.Simon Wilks2012-11-223-11/+14
|
* Messaging cleanup.Simon Wilks2012-11-221-4/+3
|
* Tried cleaning up console messaging a bit.Simon Wilks2012-11-221-31/+37
|
* Shorten the post read delay slightly.Simon Wilks2012-11-221-2/+5
|
* Make the reading and sending of data independant of the message type.Simon Wilks2012-11-223-31/+40
| | | | | This will allow us to cleanly support various sensor types by having a byte array interface for send_data() and read_data().
* General code cleanup.Simon Wilks2012-11-212-91/+111
|
* Added a note on the inclusion of libraries for UART access in the Makefile.Simon Wilks2012-11-211-0/+1
|
* Introducing an initial implementation of HoTT telemetry support.Simon Wilks2012-11-214-19/+384
|
* Added a missing comment.Simon Wilks2012-11-141-1/+1
|
* Setup skeleton code (basic daemon).Simon Wilks2012-11-142-0/+182