fix_soc_sdmmc_and_add_soc_temperature_for_s3_support

This commit is contained in:
michael
2025-01-02 16:39:26 +01:00
parent c6a593ba0d
commit b72d809e59
3 changed files with 104 additions and 14 deletions

View File

@@ -38,8 +38,13 @@ int removeFolder(const char* folderPath, const char* logTag);
string toLower(string in);
string toUpper(string in);
#ifdef CONFIG_SOC_TEMP_SENSOR_SUPPORTED
void initTemperatureSensor();
#endif
float temperatureRead();
std::string intToHexString(int _valueInt);
time_t addDays(time_t startTime, int days);
void memCopyGen(uint8_t* _source, uint8_t* _target, int _size);