Skip to content

Commit

Permalink
Create UART.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwigSimonsson committed Apr 18, 2023
1 parent 28ca78a commit 0597b49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UART.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ifndef __UART_H
#define __UART_H


#include "stm32f4xx.h"
#include <stdio.h>

void USART2_Init(void);
void test_setup(void);


#endif

0 comments on commit 0597b49

Please sign in to comment.