A squashed, should only change a few lines and no mucking about with submodules
This commit is contained in:
parent
0a172502fe
commit
80d6b40a7d
4 changed files with 8 additions and 8 deletions
|
@ -6,9 +6,9 @@
|
|||
#define HPABUFFSIZE 512
|
||||
|
||||
#define CCEMBEDDED
|
||||
#define NUM_LIN_LEDS 541
|
||||
#define NUM_LIN_LEDS 16
|
||||
#define DFREQ 16000
|
||||
|
||||
#define LUXETRON 0
|
||||
#define memcpy ets_memcpy
|
||||
#define memset ets_memset
|
||||
|
||||
|
|
|
@ -45,9 +45,8 @@ Extra copyright info:
|
|||
//Creates an I2S SR of 93,750 Hz, or 3 MHz Bitclock (.333us/sample)
|
||||
// 12000000L/(div*bestbck*2)
|
||||
//It is likely you could speed this up a little.
|
||||
#define LUXETRON
|
||||
|
||||
#ifdef LUXETRON
|
||||
#if LUXETRON == 1
|
||||
#define INVERT
|
||||
#define WS_I2S_BCK 14
|
||||
#define WS_I2S_DIV 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue