Code for autonomous ground vehicle, Data Bus, 3rd place winner in 2012 Sparkfun AVC.
Dependencies: Watchdog mbed Schedule SimpleFilter LSM303DLM PinDetect DebounceIn Servo
MAVlink/include/ardupilotmega/mavlink.h@0:826c6171fc1b, 2012-06-20 (annotated)
- Committer:
- shimniok
- Date:
- Wed Jun 20 14:57:48 2012 +0000
- Revision:
- 0:826c6171fc1b
Updated documentation
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
shimniok | 0:826c6171fc1b | 1 | /** @file |
shimniok | 0:826c6171fc1b | 2 | * @brief MAVLink comm protocol. |
shimniok | 0:826c6171fc1b | 3 | * @see http://pixhawk.ethz.ch/software/mavlink |
shimniok | 0:826c6171fc1b | 4 | * Generated on Saturday, August 13 2011, 08:44 UTC |
shimniok | 0:826c6171fc1b | 5 | */ |
shimniok | 0:826c6171fc1b | 6 | #ifndef MAVLINK_H |
shimniok | 0:826c6171fc1b | 7 | #define MAVLINK_H |
shimniok | 0:826c6171fc1b | 8 | |
shimniok | 0:826c6171fc1b | 9 | #include "ardupilotmega.h" |
shimniok | 0:826c6171fc1b | 10 | |
shimniok | 0:826c6171fc1b | 11 | #endif |