changes for Finder, introduce Wifi-Enable flag

This commit is contained in:
hg
2015-05-18 12:36:47 +02:00
parent 655e8f6861
commit 34eddf58ce
5 changed files with 136 additions and 139 deletions

View File

@ -14,13 +14,13 @@
const uint32_t MODBUS_BAUD = 1200;
const uint32_t MODBUS_BAUD = 9600;
const uint16_t MODBUS_TIMEOUT = 10000;
const uint16_t MODBUS_SCANRATE = 1000;
const uint8_t MODBUS_RETRY_COUNT = 25;
const uint8_t MODBUS_TX_ENABLE_PIN = 2;
const uint8_t ZEROING_PIN = 3;
const uint8_t MODBUS_ADDRESS = 1;
// void modbusAppBegin(Mudbus *mb);
void modbusAppBegin();
@ -28,7 +28,7 @@ void modbusAppExec();
float getVoltage();
float getCurrent();
float getFrequency();
float getCosPhi();
float getPower();
float getEnergy();
float getNewEnergy();