Korekta ratio voltage
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <Adafruit_GFX.h>
|
||||
#include <Adafruit_SSD1306.h>
|
||||
|
||||
#define Version "2.2.8"
|
||||
#define Version "2.2.9"
|
||||
////2DO:
|
||||
// menu do zmiany zakresu predkosci biegów
|
||||
// menu do zmiany zakresu kątów biegów, obwodu koła, ilosci magnesow
|
||||
@@ -89,7 +89,7 @@ unsigned int pointerVisibility = 1;
|
||||
//BATTERY
|
||||
float referenceVoltage = 3.3;
|
||||
int maxADCValue = 4095;
|
||||
float voltageDividerRatio = 5.7;
|
||||
float voltageDividerRatio = 5.95;
|
||||
int adcBattVoltValue = 0;
|
||||
float inputVoltage = 0.0;
|
||||
float measuredVoltage = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user