Mercurial > public > ostc4
comparison Small_CPU/Inc/pressure.h @ 351:ba53ab77f059
Merge
author | heinrichsweikamp |
---|---|
date | Sun, 06 Oct 2019 14:12:41 +0200 |
parents | 4093ac18b25c |
children |
comparison
equal
deleted
inserted
replaced
341:591c03a1e68d | 351:ba53ab77f059 |
---|---|
18 | 18 |
19 float get_temperature(void); | 19 float get_temperature(void); |
20 float get_pressure_mbar(void); | 20 float get_pressure_mbar(void); |
21 float get_surface_mbar(void); | 21 float get_surface_mbar(void); |
22 | 22 |
23 uint8_t is_surface_pressure_stable(void); | |
24 float set_last_surface_pressure_stable(void); | |
25 | |
23 void init_surface_ring(uint8_t force); | 26 void init_surface_ring(uint8_t force); |
24 void update_surface_pressure(uint8_t call_rhythm_seconds); | 27 void update_surface_pressure(uint8_t call_rhythm_seconds); |
25 | 28 |
26 uint32_t demo_modify_temperature_and_pressure(int32_t divetime_in_seconds, uint8_t subseconds, float ceiling_mbar); | 29 uint32_t demo_modify_temperature_and_pressure(int32_t divetime_in_seconds, uint8_t subseconds, float ceiling_mbar); |
27 | 30 |