Sustaingineering / Pump-Firmware

Particle Electron and ESP32 firmware that collects data from sensors and sends it via peer-to-peer LoRa and Particle GSM. The data is recorded on a micro SD card with timestamps.
3 stars 2 forks source link

Replace float with int for sensors #67

Open tarek20501 opened 4 years ago

tarek20501 commented 4 years ago

We should change return values of all methods of all sensors classes from float to int for 2 reasons: