From e2fac0ba82facc4b485c6e3441a16186e61a2057 Mon Sep 17 00:00:00 2001 From: EnzoGuillouche Date: Thu, 28 Mar 2024 15:12:08 +0100 Subject: [PATCH] Update tests.cpp Push to activate the actions --- test/src/tests.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/src/tests.cpp b/test/src/tests.cpp index 7e49ce1..e7ce8cf 100644 --- a/test/src/tests.cpp +++ b/test/src/tests.cpp @@ -1,7 +1,9 @@ #include using namespace std; -// test to check the ledPin +/* test to check the ledPin +you just have to change the variables to check multiple cases. +*/ const int trueLedPin = 11; const int falseLedPin = 10;