Skip to content

Instantly share code, notes, and snippets.

View gautierhattenberger's full-sized avatar

Gautier Hattenberger gautierhattenberger

View GitHub Profile
<flight_plan alt="650" ground_alt="600" home_mode_height="60" lat0="43.1231452" lon0="0.3653030" max_dist_from_home="1000" name="Flights Campistrou" qfu="270" security_height="40">
<header>
#include "subsystems/datalink/datalink.h"
#ifdef METEO_STICK_PERIODIC_PERIOD
static inline uint8_t TEMP_DECISION(void) { if (LessThan(meteo_stick.current_temperature, 9)) return TRUE; else return FALSE; }
#else
static inline uint8_t TEMP_DECISION(void) { return FALSE; }
#endif
</header>
<waypoints>