Power for Pump is disabled if no longer required

This commit is contained in:
c3ma
2020-10-28 20:00:24 +01:00
parent d583b83097
commit 48474cdba6
2 changed files with 13 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
#ifndef CONTROLLER_CONFIG_H
#define CONTROLLER_CONFIG_H
#define FIRMWARE_VERSION "1.0.4"
#define FIRMWARE_VERSION "1.0.5"
#define ADC_TO_VOLT(adc) ((adc) * 3.3 ) / 4095)
#define ADC_TO_VOLT_WITH_MULTI(adc, multi) (((adc) * 3.3 * (multi)) / 4095)