Skip to content

Instantly share code, notes, and snippets.

View Snowflake04's full-sized avatar
🚩

Snowflake Snowflake04

🚩
View GitHub Profile
@Snowflake04
Snowflake04 / soundboard.cpp
Created December 18, 2021 06:33 — forked from hdo/soundboard.cpp
Arduino Soundboard Project with DFPlayer mini
#include <Arduino.h>
#define BUTTON_COUNT 36
#define KEYPAD_OUTPUT_BEGIN 2
#define KEYPAD_OUTPUT_END 7
#define KEYPAD_INPUT_BEGIN 8
#define KEYPAD_INPUT_END 13