ESPlan/SW/ESPlan_WeatherStation/snr.h

15 lines
367 B
C
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#ifndef WS_SNR_H
#define WS_SNR_H
/*
* snr.h Detekce variant snímače a čtení dat
*/
#include "cfg.h"
#include "mb_client.h"
void detectSensors(ModbusClient& mb, SensorData& data, const SensorConfig& cfg);
void readAllSensors(ModbusClient& mb, SensorData& data, const SensorConfig& cfg);
void printSensorStatus(const SensorData& data);
#endif // WS_SNR_H