Search found 1 match
- Mon May 20, 2024 8:16 am
- Forum: General Discussion
- Topic: SD Card Module on ESP 32
- Replies: 2
- Views: 1419
SD Card Module on ESP 32
I tried using an SD card module with ESP32 but it can only appear on the serial monitor after pressing the EN button. I have attached the program below #include "FS.h" #include "SD.h" #include "SPI.h" #define SD_CS_PIN 5 // Pin CS untuk SD card // Definisikan pin SPI #define SPI_SCK 18 #define SPI_M...