Skip to content

Commit

Permalink
Update tests.cpp
Browse files Browse the repository at this point in the history
Push to activate the actions
  • Loading branch information
EnzoGuillouche committed Mar 28, 2024
1 parent 85eca4a commit e2fac0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/src/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include <iostream>
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;

Expand Down

0 comments on commit e2fac0b

Please sign in to comment.