fixed diodes around LDO

I was blindingly placing diodes right after LDOs' output which caused voltage drop and not powering ESP32.
This commit is contained in:
Kenryu Shibata
2025-09-10 21:19:17 +09:00
parent 124040a9c5
commit abdf2eb5f2
3 changed files with 1426 additions and 1104 deletions

View File

@@ -1,3 +1,3 @@
# line-trace-robot
Line trace robot project from NIT
Line trace robot project from NIT class.