Compare commits

...

2 Commits

Author SHA1 Message Date
Ulysse Cura d5cbc32430 Added a TODO file. 2026-05-21 22:15:02 +02:00
Ulysse Cura 0f58d117c5 Simplified a little bit some of the conections. 2026-05-21 22:14:50 +02:00
3 changed files with 1792 additions and 1852 deletions

File diff suppressed because it is too large Load Diff

View File

@ -504,7 +504,7 @@
"pinned_symbol_libs": [] "pinned_symbol_libs": []
}, },
"meta": { "meta": {
"filename": "Carte.kicad_pro", "filename": "PCB.kicad_pro",
"version": 3 "version": 3
}, },
"net_settings": { "net_settings": {
@ -671,8 +671,8 @@
"subpart_id_separator": 0, "subpart_id_separator": 0,
"top_level_sheets": [ "top_level_sheets": [
{ {
"filename": "Carte.kicad_sch", "filename": "PCB.kicad_sch",
"name": "Carte", "name": "PCB",
"uuid": "f30c0efa-6fc2-449d-8fd5-e6e5addad6b7" "uuid": "f30c0efa-6fc2-449d-8fd5-e6e5addad6b7"
} }
], ],

8
TODO.txt Normal file
View File

@ -0,0 +1,8 @@
# Global
Create a README
# PCB
Move C1 and C2 out of the way of the box.
Simplify alimentation lines.
...