Alive topic added

This commit is contained in:
Ollo
2020-10-13 20:16:28 +02:00
parent a16c98d7c6
commit 8aa9a2147e
2 changed files with 25 additions and 2 deletions

View File

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