summaryrefslogtreecommitdiff
path: root/project/Core/Src/main.c
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-10-09 21:43:08 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-10-09 21:43:08 -0400
commit0e0f83905bb3ee79f4917927479cdaf710e8ac07 (patch)
treed7c1184e0d6732e671f2c72fc2fc7a10231b8fda /project/Core/Src/main.c
parent003bf896a726b2e3496c7b429f648b8db9c36a3b (diff)
download340-repo-Sowgro-0e0f83905bb3ee79f4917927479cdaf710e8ac07.tar.gz
340-repo-Sowgro-0e0f83905bb3ee79f4917927479cdaf710e8ac07.tar.bz2
340-repo-Sowgro-0e0f83905bb3ee79f4917927479cdaf710e8ac07.zip
Complete input and led part of project
Diffstat (limited to '')
-rw-r--r--project/Core/Src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c
index b95d7e3..94c1aa1 100644
--- a/project/Core/Src/main.c
+++ b/project/Core/Src/main.c
@@ -11,6 +11,7 @@
#include "activity7.h"
#include <stdio.h>
#include "hw4.h"
+#include "project.h"
int main(void){
@@ -19,9 +20,9 @@ int main(void){
LED_Init();
UART2_Init();
- hw4_run();
// application run function
+ printf("\n\n\n\n\n\n\n\n\r");
// run_demo();
-// activity7_run();
+ project_run();
}