mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-19 20:04:21 -04:00
LED driver work
This commit is contained in:
parent
33f90df998
commit
fa1d89d0e3
3 changed files with 9 additions and 9 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
// TODO: Remove testing vars ////
|
||||
#define SAMPLES_TO_CAPTURE 128
|
||||
ticks_t capturedsamples = 0;
|
||||
uint32_t capturedsamples = 0;
|
||||
uint8_t samplebuf[SAMPLES_TO_CAPTURE];
|
||||
/////////////////////////////////
|
||||
|
||||
extern volatile ticks_t _clock;
|
||||
extern volatile uint32_t _clock;
|
||||
extern unsigned long custom_preamble;
|
||||
extern unsigned long custom_tail;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue