Livello Serbatoio v0.13
This project realizes a simple device to monitor the water level in a tank.
|
Variables | |
const int32_t | ERR_OK = 0 |
All ok. No error occurred. | |
const int32_t | ERR_SENS = 1 |
Sensor reading error. | |
const int32_t | ERR_RANGE = 2 |
Sensor reading out of range. | |
const int32_t | ERR_STAT = 3 |
Consumption calculation error. | |
const int32_t | ERR_NOISY = 4 |
Noisy error. | |
Error codes used to determine the status in DEBUG mode.
const int32_t ERR_NOISY = 4 |
Noisy error.
const int32_t ERR_OK = 0 |
All ok. No error occurred.
const int32_t ERR_RANGE = 2 |
Sensor reading out of range.
const int32_t ERR_SENS = 1 |
Sensor reading error.
const int32_t ERR_STAT = 3 |
Consumption calculation error.