sdcard menu

This commit is contained in:
Lubos Petrovic
2020-12-06 08:15:10 +01:00
parent 7678d67cff
commit e86127a100
11 changed files with 126 additions and 24 deletions

View File

@@ -20,8 +20,12 @@
// BEEP PIN
#define SPEAKER_PIN 25
#define TONE_PIN_CHANNEL 0
// SDCARD
#define TFCARD_CS_PIN 4
#define SDCARD_CS 4
#define SDCARD_MOSI 23
#define SDCARD_MISO 19
#define SDCARD_SCLK 18
#define BUTTON_LEFT 37
#define BUTTON_MIDDLE 38