Start with integration of everything
This commit is contained in:
parent
0cd07d397f
commit
0af1a534e2
22 changed files with 2298 additions and 145 deletions
7
controller/fw/src/protocol.c
Normal file
7
controller/fw/src/protocol.c
Normal 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");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue