From 0e0f83905bb3ee79f4917927479cdaf710e8ac07 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 9 Oct 2025 21:43:08 -0400 Subject: Complete input and led part of project --- project/Core/Src/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'project/Core/Src/main.c') 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 #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(); } -- cgit v1.2.3