Start with integration of everything

This commit is contained in:
jaseg 2020-03-11 13:57:22 +01:00
parent 0cd07d397f
commit 0af1a534e2
22 changed files with 2298 additions and 145 deletions

View file

@ -0,0 +1,7 @@
#include "sr_global.h"
#include "dsss_demod.h"
void handle_dsss_received(uint8_t unused_a data[static TRANSMISSION_SYMBOLS]) {
asm volatile ("bkpt");
}