Used distance reading time to stabilize temperature sensors

This commit is contained in:
Ollo
2020-12-21 17:55:57 +01:00
parent 6f5c5536cc
commit bd5fc9839f
2 changed files with 43 additions and 50 deletions

View File

@@ -46,7 +46,7 @@
/** \addtogroup Configuration
* @{
*/
#define FIRMWARE_VERSION "1.0.9"
#define FIRMWARE_VERSION "1.0.10"
#define ADC_TO_VOLT(adc) ((adc) * 3.3 ) / 4095)
#define ADC_TO_VOLT_WITH_MULTI(adc, multi) (((adc)*3.3 * (multi)) / 4095)