JXCT Soil Sensor 7-in-1 3.10.1
IoT система мониторинга почвы на базе ESP32
Загрузка...
Поиск...
Не найдено
Файл calibration_manager.h
#include <FS.h>
#include <LittleFS.h>
#include "Arduino.h"
#include "sensor_types.h"
Граф включаемых заголовочных файлов для calibration_manager.h:
Граф файлов, в которые включается этот файл:

См. исходные тексты.

Классы

struct  CalibrationEntry
 

Пространства имен

namespace  CalibrationManager
 

Функции

bool CalibrationManager::init ()
 
bool CalibrationManager::saveCsv (SoilProfile profile, Stream &fileStream)
 
bool CalibrationManager::loadTable (SoilProfile profile, CalibrationEntry *outBuffer, size_t maxEntries, size_t &outCount)
 
bool CalibrationManager::hasTable (SoilProfile profile)
 
bool CalibrationManager::deleteTable (SoilProfile profile)
 
const char * CalibrationManager::profileToFilename (SoilProfile)
 
float CalibrationManager::applyCalibration (float rawValue, SoilProfile profile)