mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 11:33:20 +00:00
t
This commit is contained in:
parent
32f260f3e7
commit
2c05d80c09
@ -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() {
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user