feat(schematic): replace L7805 with TPS61088 boost converter
Remove the L7805 linear regulator (12V→5V) and its input/output caps, replacing it with a TPS61088 boost converter circuit (5V→12V) for the A4988 stepper driver. The ESP32 is now powered directly from the 5V input rail. Includes integration script and project sym-lib-table for the custom TPS61088 symbol library.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "TPS61088")(type "KiCad")(uri "${KIPRJMOD}/../TPS61088.kicad_sym")(options "")(descr "TPS61088 Boost Converter"))
|
||||
)
|
||||
Reference in New Issue
Block a user