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

Commit

Permalink
Update act1 light to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
totally-not-frito-lays committed Jan 30, 2024
1 parent 60c42b9 commit 038a4c7
Showing 1 changed file 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 038a4c7

Please # to comment.