diff options
| author | EnricoGuccii <partyka.003@gmail.com> | 2025-05-11 13:55:44 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@gmail.com> | 2025-05-11 13:55:44 +0200 |
| commit | cf9a1f07ed519cadd58e38794616d0a9596be4ae (patch) | |
| tree | 11f7c879517e5e861e0914ddee317ec04ce8690b /include/settings.h | |
| parent | 7da514aa6ec19df49828fd87013ba284f338fbdd (diff) | |
add buzzer
Diffstat (limited to 'include/settings.h')
| -rw-r--r-- | include/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/settings.h b/include/settings.h index 4fb4a48..886513c 100644 --- a/include/settings.h +++ b/include/settings.h @@ -21,4 +21,4 @@ const int BLUE_PIN = 6; // const int IN4 = D4; // BUZZER -// const int BUZZER_PIN = 3;
\ No newline at end of file +const int BUZZER_PIN = 13; |