LED driver work

This commit is contained in:
Mark Qvist 2019-01-12 15:14:41 +01:00
parent 33f90df998
commit fa1d89d0e3
3 changed files with 9 additions and 9 deletions

View file

@ -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;