Initial Commit

This commit is contained in:
me-no-dev
2020-05-09 19:11:30 +03:00
parent 93d77859d9
commit 8569b2c893
4322 changed files with 646381 additions and 251667 deletions

View File

@@ -14,6 +14,9 @@
#ifndef _SDMMC_H_
#define _SDMMC_H_
#include "sdkconfig.h"
#ifndef CONFIG_IDF_TARGET_ESP32S2
#include "FS.h"
#include "driver/sdmmc_types.h"
#include "sd_defines.h"
@@ -40,4 +43,5 @@ public:
extern fs::SDMMCFS SD_MMC;
#endif /* CONFIG_IDF_TARGET_ESP32S2 */
#endif /* _SDMMC_H_ */