Skip to content

Commit

Permalink
Create Main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwigSimonsson committed Apr 18, 2023
0 parents commit 35bbd0e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Main.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#include "uart.h"


int main(){

USART2_Init();

//test_setup();
printf("Hello there from main function");
while(1){

}

}

0 comments on commit 35bbd0e

Please sign in to comment.