Mercurial > public > ostc4
comparison Discovery/Inc/unit.h @ 567:1c95f811967c
-Add 12HR Time Support
-Add firmware image only font extensions
-Show english units when required in log's graphs
-Show decompression info with Font84 if 10 characters long
-Remove usage of ' symbol to denote minutes and instead use min abbreviation
-Show english units when required on the simulation configuration screen
-Remove usage of ' symbol to denote feet in in non-metric mode and use ft abbrevation
author | izzni |
---|---|
date | Tue, 24 Nov 2020 13:22:23 -0600 |
parents | 5f11787b4f42 |
children | 269e57ac4e56 |
comparison
equal
deleted
inserted
replaced
566:7761dd028386 | 567:1c95f811967c |
---|---|
44 | 44 |
45 /* Exported functions --------------------------------------------------------*/ | 45 /* Exported functions --------------------------------------------------------*/ |
46 float unit_depth_float(float input_meter); | 46 float unit_depth_float(float input_meter); |
47 uint16_t unit_depth_integer(uint16_t input_meter); | 47 uint16_t unit_depth_integer(uint16_t input_meter); |
48 float unit_temperature_float(float input_celsius); | 48 float unit_temperature_float(float input_celsius); |
49 uint16_t unit_temperature_integer(uint16_t input_celsius); | |
49 uint16_t unit_speed_integer(uint16_t input_meterPerMinute); | 50 uint16_t unit_speed_integer(uint16_t input_meterPerMinute); |
50 int unit_SeaLevelRelation_integer(int input_atmospheric_mbar); | 51 int unit_SeaLevelRelation_integer(int input_atmospheric_mbar); |
51 char unit_depth_char1(void); | 52 char unit_depth_char1(void); |
52 char unit_depth_char2(void); | 53 char unit_depth_char2(void); |
53 char unit_depth_char1_T105(void); | 54 char unit_depth_char1_T105(void); |