Neues Stepdown, Widerstandsberechnung korrigiert
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
Adafruit_SH1106G display = Adafruit_SH1106G(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
|
Adafruit_SH1106G display = Adafruit_SH1106G(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
|
||||||
int VoltPin=A1;
|
int VoltPin=A1;
|
||||||
float Spannung;
|
float Spannung;
|
||||||
float R1=30000;
|
float R1=24200;
|
||||||
float R2=7500;
|
float R2=7500;
|
||||||
float Vout;
|
float Vout;
|
||||||
float Vin;
|
float Vin;
|
||||||
|
|||||||
Reference in New Issue
Block a user