mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 13:19:41 +00:00
Uart working
This commit is contained in:
20
Core/Inc/UART3_Handler.h
Normal file
20
Core/Inc/UART3_Handler.h
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* UART3_Handler.h
|
||||
*
|
||||
* Created on: Sep 12, 2024
|
||||
* Author: DashyFox
|
||||
*/
|
||||
|
||||
#ifndef INC_UART3_HANDLER_H_
|
||||
#define INC_UART3_HANDLER_H_
|
||||
|
||||
#include "stm32f1xx_hal.h"
|
||||
|
||||
#define UART_BUFFER_SIZE 256
|
||||
|
||||
extern uint8_t uart_rx_buffer[UART_BUFFER_SIZE];
|
||||
|
||||
void UART3_START();
|
||||
void UART3_Handler();
|
||||
|
||||
#endif /* INC_UART3_HANDLER_H_ */
|
Reference in New Issue
Block a user