pico-tracker/firmware/inc/geofence_telemetry.h

17 wiersze
284 B
C

/**
* Autogenerated telemetry zone structures. See sim/geofence
*/
#ifndef GEOFENCE_TELEMETRY_H
#define GEOFENCE_TELEMETRY_H
#include <stdbool.h>
#include "samd20.h"
const int32_t* no_telem_outlines[6];
const uint32_t no_telem_outline_lengths[6];
#endif /* GEOFENCE_APRS_H */