Update drv_dmx512.c

This commit is contained in:
Tester23 2025-09-13 18:35:38 +02:00
parent 5668452374
commit 39f67c8df2

View File

@ -46,6 +46,9 @@ int dmx_pin = 22;
void HAL_UART_Flush(void);
void HAL_SetBaud(uint32_t baud);
void DMX_Show() {
if (g_dmxBuffer == 0) {
return;
}
// BREAK: pull TX low manually
//HAL_PIN_Setup_Output(dmx_pin);
//HAL_PIN_SetOutputValue(dmx_pin, 0);