mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
add dma
This commit is contained in:
@@ -35,13 +35,16 @@ extern "C" {
|
||||
extern UART_HandleTypeDef huart6;
|
||||
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
||||
#define USART_RX_BUFFER_SIZE 25
|
||||
extern uint8_t uart_receive_str[USART_RX_BUFFER_SIZE + 1];
|
||||
/* USER CODE END Private defines */
|
||||
|
||||
void MX_USART6_UART_Init(void);
|
||||
|
||||
/* USER CODE BEGIN Prototypes */
|
||||
|
||||
void UART6_TX_Send(uint8_t *buffer, uint16_t length);
|
||||
|
||||
/* USER CODE END Prototypes */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user