diff --git a/docs/solutions/04/04.md b/docs/solutions/04/04.md index 47e9580..44af0e6 100644 --- a/docs/solutions/04/04.md +++ b/docs/solutions/04/04.md @@ -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