From 820c50a641ec503b4fc774f600a48a408a5c2c0c Mon Sep 17 00:00:00 2001
From: ma1u20 <ma1u20@soton.ac.uk>
Date: Sat, 13 May 2023 21:50:54 +0000
Subject: [PATCH] Replace skeleton.c

---
 createdTasks/skeleton.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/createdTasks/skeleton.c b/createdTasks/skeleton.c
index 5dfac1f..af0772c 100644
--- a/createdTasks/skeleton.c
+++ b/createdTasks/skeleton.c
@@ -1,7 +1,7 @@
 #include "pico/stdlib.h"
-
-const uint ledPin = 14;
-const uint pushButtonPin = 13;
+//find the pin that you used for the led and the push button and insert it here 
+const uint ledPin 
+const uint pushButtonPin 
 
 // TODO: Define a function to get the push button pin
 bool getLogicState() {
-- 
GitLab