mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 11:33:20 +00:00
Update drv_dmx512.c
This commit is contained in:
parent
5668452374
commit
39f67c8df2
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user