added source mode-s

bug_fixes_integration_tx
David Michaeli 2021-12-23 00:38:47 +02:00
rodzic 6720e3969a
commit b314b7a644
2 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,10 @@
/*
* Source of file: https://github.com/watson/libmodes
* Author: Thomas Watson (@watson)
* Contact: w@tson.dk / https://twitter.com/wa7son
* License: BSD-2-Clause
*/
#include "modes.h"
#define MODE_S_PREAMBLE_US 8 // microseconds

Wyświetl plik

@ -1,3 +1,9 @@
/*
* Source of file: https://github.com/watson/libmodes
* Author: Thomas Watson (@watson)
* Contact: w@tson.dk / https://twitter.com/wa7son
* License: BSD-2-Clause
*/
#ifndef __MODE_S_DECODER_H
#define __MODE_S_DECODER_H