DIY Logging Volt/Ampmeter
|
void USART2_CharReception_Callback(void)
Function called from USART2 IRQ Handler when RXNE flag is set. Function is in charge of reading cha...
void USART1_INIT(void)
USART1 Initialization Function.
void USART1_CharReception_Callback(void)
Print a string (char array) to USART1.
void USART2_SendCommand(uint8_t *command, uint8_t bytes)
Send a byte (uint8_t) command to USART2.
void USART3_SendCommand(uint8_t *command, uint8_t bytes)
Send a byte (uint8_t) command to USART3.
void USART_HandleContinuousReception(void)
This function monitors USART1/2/3 buffer filling indication and moves data around accordingly.
void USART2_Error_Callback(void)
Function called in case of error detected in USART2 IT Handler.
void USART3_INIT(void)
USART3 Initialization Function.
void USART1_print(char *message)
Print a string (char array) to USARTx.
void USART2_INIT(void)
USART2 Initialization Function.
void USART3_Error_Callback(void)
Function called in case of error detected in USART3 IT Handler.
void USART3_CharReception_Callback(void)
Function called from USART3 IRQ Handler when RXNE flag is set. Function is in charge of reading cha...
void USART1_Error_Callback(void)
Function called in case of error detected in USART1 IT Handler.