This commit is contained in:
Tester23 2025-09-13 18:06:15 +02:00
parent 32f260f3e7
commit 2c05d80c09

View File

@ -43,6 +43,8 @@ static int dmx_pixelSize = 3;
int dmx_pin = 22;
void HAL_UART_Flush(void);
void HAL_SetBaud(uint32_t baud);
void DMX_Show() {
// BREAK: pull TX low manually
//HAL_PIN_Setup_Output(dmx_pin);
@ -95,8 +97,6 @@ void DMX_Init() {
HAL_UART_Init(250000, 2, false);
}
void HAL_UART_Flush(void);
void HAL_SetBaud(uint32_t baud);
void DMX_OnEverySecond() {
}