From a9c0bbd1cea9d5ddf42cbaf195f455ae773178db Mon Sep 17 00:00:00 2001 From: josepmarti Date: Tue, 3 Dec 2024 23:47:38 +0100 Subject: [PATCH] day 4 buzzer pin correction --- docs/solutions/04/04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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