Files @ 4202475a7575
Branch filter:

Location: FeatherHAB/wsprhab/inc/usart.h

Ethan Zonca
Refactor and remove garbage
1
2
3
4
5
6
7
8
9
#ifndef __usart_H
#define __usart_H

#include "stm32f0xx_hal.h"

extern UART_HandleTypeDef huart1;
void MX_USART1_UART_Init(void);

#endif