Added velocity/bearing ADS-B frame for tx

Added compass widget
Manchester encoder
This commit is contained in:
furrtek
2017-07-25 08:30:12 +01:00
parent c2a9ed7d9b
commit 0cbf9cd386
9 changed files with 290 additions and 121 deletions

View File

@@ -67,4 +67,6 @@ FormattedSymbols format_symbols(
const ManchesterDecoder& decoder
);
void manchester_encode(uint8_t * dest, uint8_t * src, size_t length, const size_t sense = 0);
#endif/*__MANCHESTER_H__*/