Small tweaks

This commit is contained in:
William Miceli
2020-08-25 21:03:40 -04:00
parent 14b3f109b0
commit 5e9b8f80d7
56 changed files with 10992 additions and 7134 deletions

View File

@@ -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 -----------------------------------------------*/