You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parafraktor-stm32/Inc/uart_dmx.h

10 lines
164 B
C

#include "stm32g0b1xx.h"
#define BUFFER_SIZE 515
extern uint8_t rxBuffer[BUFFER_SIZE];
extern uint16_t rxBufferPos;
void init_UART1_it();
void init_UART1_dma();