Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from codewithher/patch-refactor_example_names
Browse files Browse the repository at this point in the history
Patch refactor example names
  • Loading branch information
totally-not-frito-lays authored Jan 30, 2024
2 parents 32b2276 + 038a4c7 commit 33963fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/activities/act1-lights/act1-lights.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ void setup() {
}

void loop() {
light();
checkLight();
}

///////////////////////////////////////////////////////////////////////////////
// Functions

void light() {
void checkLight() {
// Set color values here! Colors range from 0 to 255
// TODO: change me!
int Red = 0;
Expand Down

0 comments on commit 33963fb

Please # to comment.