From 5b1696c1d01de0c81500f4bb3bd79dad50143996 Mon Sep 17 00:00:00 2001 From: patha Date: Sun, 10 Nov 2024 10:49:00 +0100 Subject: [PATCH] Neues Stepdown, Widerstandsberechnung korrigiert --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fcdee17..1ad4b90 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;