ADS-B receive app debug code

This commit is contained in:
furrtek 2017-07-14 10:02:21 +01:00
parent 46515ebb05
commit 802b91964b
7 changed files with 361 additions and 4 deletions

View file

@ -29,6 +29,7 @@
namespace adsb {
const char icao_id_lut[65] = "#ABCDEFGHIJKLMNOPQRSTUVWXYZ##### ###############0123456789######";
const uint8_t adsb_preamble[16] = { 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 };
void make_frame_mode_s(uint8_t * const adsb_frame, const uint32_t ICAO_address);