Skip to content

Commit

Permalink
day 4 buzzer pin correction
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepMartiElias committed Dec 3, 2024
1 parent 96d20d8 commit a9c0bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/solutions/04/04.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here is my solution, using the LED and the buzzer. Try to do it yourself first,

```c++
const int led = 48;
const int buzzer = 14;
const int buzzer = 46;
const int freq = 800;

const int wait = 200; // Duration of a unit
Expand Down

0 comments on commit a9c0bbd

Please sign in to comment.