README.md aktualisiert

This commit is contained in:
Eduard Iten 2025-10-03 11:28:19 +00:00
parent 117d43e99b
commit 8f411b174b
1 changed files with 1 additions and 18 deletions

View File

@ -1,18 +1 @@
graph LR; Kommt noch
subgraph "Externe Quelle"
USB_C(USB-C Port);
end
subgraph "Ihr Power Profiler"
BQ[BQ25672];
STM32[STM32L4];
DCDC[3.3V Buck-Boost];
Akku[(Li-Ion Akku)];
end
USB_C -- VBUS / D+ / D- --> BQ;
USB_C -- CC1 / CC2 --> STM32;
BQ -- I2C --> STM32;
BQ -- VSYS --> DCDC;
BQ <--> Akku;
DCDC --> STM32;