ZPA_elektromer_UARTtest/ZPAElectricity.h

16 lines
284 B
C

#ifndef ZPAELECTRICITY_H
#define ZPAELECTRICITY_H
#include <Arduino.h>
#define ZPA_READ_TIMEOUT 10000 // 10 seconds timeout to read from ZPA serial line
void ZPArequestData();
bool ZPAreading();
void ZPAchangeBaudrate(char baud);
void handleZPASerial();
void handleZPA();
#endif