Small tweaks
This commit is contained in:
@@ -22,9 +22,11 @@
|
||||
|
||||
/* Private includes ----------------------------------------------------------*/
|
||||
/* USER CODE BEGIN Includes */
|
||||
|
||||
#include <stdbool.h>
|
||||
//#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
@@ -56,8 +58,9 @@ uint8_t LEDData_WS2812B[66][3][3] = { 0 }; // For the LEDData Arrays, index 64 a
|
||||
// will always be zeroes, in order to have
|
||||
// SPI transmit a RESET signal of 76.8 μs,
|
||||
// which is greater than the minimum 50 μs
|
||||
// needed for the WS2812B ICs
|
||||
uint32_t WS2812BConvertedData = 0x00000000;
|
||||
// needed for the WS2812B ICs to signify
|
||||
// the end of the data
|
||||
uint32_t WS2812BConvertedData;
|
||||
/* USER CODE END PV */
|
||||
|
||||
/* Private function prototypes -----------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user