105 uint8_t
uart_byte = (uint8_t)USART_ReceiveData(USART2);
void UART_PutString(USART_TypeDef *USARTx, uint8_t *str)
Puts a string in the USART.
int main(void)
Call point to the example functions.
void USART_Callback_Rx_Setup(USART_callback Callback)
Configures function callbacks.
static void demo_board_sensor_control(int value)
Changes the state of all the CS lines as used on the IRPyro backplane board.
static void rx_function(void)
USART RX function.
static void usart_callback_setup(void)
configures USART irq functions
static void tx_function(void)
USART TX function.
volatile uint8_t uart_byte
void Micro_controller_template_init(void)
Groups all required initialization in one function.
void CS_pin_set(uint8_t port, uint8_t pin, uint8_t value)
ON/OFF control from the MCU to the IRPyro sensor.
Function prototypes and initialization macros for example code.
static void Configure_MCU(void)
Example to initialize the STM32F303K8 micro controller.
void USART_Callback_Tx_Setup(USART_callback Callback)
Configures function callbacks.