Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed PID ADXL345 Camera_LS_Y201 ITG3200 RangeFinder mbos xbee_lib Motor Servo
Module_Communication/MAVlink/include/pixhawk/mavlink.h@36:1bbd2fb7d2c8, 2014-03-19 (annotated)
- Committer:
- Gaetan
- Date:
- Wed Mar 19 11:01:10 2014 +0000
- Revision:
- 36:1bbd2fb7d2c8
- Parent:
- 35:95cb34636703
Checksum correct pour l'envoi de n'importe quel message Mavlink. Reste ? g?rer la reception de messages
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Gaetan | 35:95cb34636703 | 1 | /** @file |
| Gaetan | 35:95cb34636703 | 2 | * @brief MAVLink comm protocol. |
| Gaetan | 35:95cb34636703 | 3 | * @see http://pixhawk.ethz.ch/software/mavlink |
| Gaetan | 35:95cb34636703 | 4 | * Generated on Sunday, September 11 2011, 13:52 UTC |
| Gaetan | 35:95cb34636703 | 5 | */ |
| Gaetan | 35:95cb34636703 | 6 | #ifndef MAVLINK_H |
| Gaetan | 35:95cb34636703 | 7 | #define MAVLINK_H |
| Gaetan | 35:95cb34636703 | 8 | |
| Gaetan | 35:95cb34636703 | 9 | #include "pixhawk.h" |
| Gaetan | 35:95cb34636703 | 10 | |
| Gaetan | 35:95cb34636703 | 11 | #endif |
