Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature/sevensegsup…
Browse files Browse the repository at this point in the history
…' into feature/sevensegsup
  • Loading branch information
juhum1 committed Mar 7, 2025
2 parents e887791 + eb1904b commit 1de719c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/sup/src/sup.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ static void init_led()
for (int i = 0; i < 6; i++) {
gpio_set_level(zero[i], 1);
}
gpio_set_level(SEG_1, 1);
gpio_set_level(SEG_2, 1);
gpio_set_level(SEG_3, 1);
}

static void set_one()
Expand Down

0 comments on commit 1de719c

Please sign in to comment.