Initial commit: handshake capture firmware for ESP32-C6 1.47" LCD
Made-with: Cursor
This commit is contained in:
11
handshake-capture-c6/SD_Card.h
Normal file
11
handshake-capture-c6/SD_Card.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <SD.h>
|
||||
#include <SPI.h>
|
||||
|
||||
#define SD_CS 4
|
||||
|
||||
extern uint16_t SDCard_Size;
|
||||
|
||||
bool SD_Init();
|
||||
Reference in New Issue
Block a user