Created
August 18, 2017 07:17
-
-
Save electronut/b6ae66e8b9dc140f5f7a0c4a6c59b741 to your computer and use it in GitHub Desktop.
I2S data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define NLEDS 16 | |
#define RESET_BITS 6 | |
#define I2S_BUFFER_SIZE 3*NLEDS + RESET_BITS | |
static uint32_t m_buffer_tx[I2S_BUFFER_SIZE]; | |
static volatile int nled = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment