#ifndef ZPAELECTRICITY_H #define ZPAELECTRICITY_H #include #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