Neues Stepdown, Widerstandsberechnung korrigiert

This commit is contained in:
2024-11-10 10:49:00 +01:00
parent d23a3caf69
commit 5b1696c1d0

View File

@@ -12,7 +12,7 @@
Adafruit_SH1106G display = Adafruit_SH1106G(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
int VoltPin=A1;
float Spannung;
float R1=30000;
float R1=24200;
float R2=7500;
float Vout;
float Vin;