|
static volatile uint32_t | timestamp_lcd_on |
| Timestamp of the last LCD backlight activation in milliseconds.
|
|
static volatile uint32_t | timestamp_measurement |
| Timestamp of the last reading from Median Filter in milliseconds.
|
|
static volatile uint32_t | timestamp_last_led_ctrl |
| Timestamp of the last LED activation in milliseconds.
|
|
static volatile uint32_t | timestamp_last_read_dist |
| Timestamp of the last sensor reading in milliseconds.
|
|
static volatile uint32_t | timestamp_btn_press |
| Timestamp of the last button pressing in milliseconds.
|
|
The timestamps used to implement non-blocking timers.
◆ timestamp_btn_press
volatile uint32_t timestamp_btn_press |
|
static |
Timestamp of the last button pressing in milliseconds.
◆ timestamp_last_led_ctrl
volatile uint32_t timestamp_last_led_ctrl |
|
static |
Timestamp of the last LED activation in milliseconds.
◆ timestamp_last_read_dist
volatile uint32_t timestamp_last_read_dist |
|
static |
Timestamp of the last sensor reading in milliseconds.
◆ timestamp_lcd_on
volatile uint32_t timestamp_lcd_on |
|
static |
Timestamp of the last LCD backlight activation in milliseconds.
◆ timestamp_measurement
volatile uint32_t timestamp_measurement |
|
static |
Timestamp of the last reading from Median Filter in milliseconds.