Livello Serbatoio v0.13
This project realizes a simple device to monitor the water level in a tank.
Loading...
Searching...
No Matches
Error Codes

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.
 

Detailed Description

Error codes used to determine the status in DEBUG mode.

Variable Documentation

◆ ERR_NOISY

const int32_t ERR_NOISY = 4

Noisy error.

◆ ERR_OK

const int32_t ERR_OK = 0

All ok. No error occurred.

◆ ERR_RANGE

const int32_t ERR_RANGE = 2

Sensor reading out of range.

◆ ERR_SENS

const int32_t ERR_SENS = 1

Sensor reading error.

◆ ERR_STAT

const int32_t ERR_STAT = 3

Consumption calculation error.