ardupilot/libraries/AP_MSP
Andrew Tridgell 106162b0c5 AP_MSP: removed date/time from MSP
we don't want to use real dates here as that would mean we don't get
consistent builds. Being able to reproduce the exact build at a later
date is a valuable property of the code

The git hash should be enough
2021-02-13 19:24:48 +11:00
..
Tools AP_MSP:Tools: use BATTERY_STATE.voltage_cv for cell voltage calculation to replicate actual DJI Goggles behaviour 2021-01-13 17:59:15 +11:00
AP_MSP.cpp AP_MSP: fix for multiple backends initialization 2020-12-09 19:40:22 +11:00
AP_MSP.h AP_MSP: removed unused parameters (using OSD_* instead) 2020-09-07 11:59:20 +10:00
AP_MSP_Telem_Backend.cpp AP_MSP: removed date/time from MSP 2021-02-13 19:24:48 +11:00
AP_MSP_Telem_Backend.h AP_MSP: added airspeed support 2020-12-08 20:41:12 +11:00
AP_MSP_Telem_DJI.cpp AP_MSP: cleanup namespace handling 2020-09-02 05:56:46 +10:00
AP_MSP_Telem_DJI.h AP_MSP: cleanup namespace handling 2020-09-02 05:56:46 +10:00
AP_MSP_Telem_Generic.cpp AP_MSP: cleanup namespace handling 2020-09-02 05:56:46 +10:00
AP_MSP_Telem_Generic.h AP_MSP: cleanup namespace handling 2020-09-02 05:56:46 +10:00
msp.cpp AP_MSP: support AP_Periph MSP send 2020-09-09 06:35:50 +10:00
msp.h AP_MSP: fixed build warnings for MSP with AP_Periph 2020-09-15 09:40:03 +10:00
msp_osd.h
msp_protocol.h AP_Periph: support output of MSP airspeed sensor 2020-12-08 20:41:12 +11:00
msp_sbuf.cpp
msp_sbuf.h
msp_sensors.h AP_Periph: support output of MSP airspeed sensor 2020-12-08 20:41:12 +11:00
msp_version.h