ESPlan/SW/ESPlan_ZTS3000_WindSensor/snr.h

15 lines
369 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 a cteni snimace ZTS-3000-FSJT-N01
*/
#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