JXCT Soil Sensor 7-in-1 v3.4.9 (June 2025)
Professional IoT soil monitoring system with ESP32, Modbus RTU, MQTT, and advanced compensation algorithms
Загрузка...
Поиск...
Не найдено
Файл calibration_manager.h
#include <Arduino.h>
#include <FS.h>
#include <LittleFS.h>
#include "sensor_compensation.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)