mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-11-04 17:19:40 +08:00
Adding second footprint for 3V3 voltage regulator (#98)
The voltage regulator that was originally used isn't available at the moment. To provide more options, a second footprint was added to the PCB for an alternative regulator that has a different pinout. Important to note that only one regulator should be used. Also, adjusted .gitignore for Mac files and KiCad auto-generated backups.
This commit is contained in:
parent
8a5d58f25b
commit
935a2d2119
4
.gitignore
vendored
4
.gitignore
vendored
@ -9,6 +9,7 @@
|
|||||||
fp-info-cache
|
fp-info-cache
|
||||||
_autosave*.kicad_pcb
|
_autosave*.kicad_pcb
|
||||||
*.kicad_prl
|
*.kicad_prl
|
||||||
|
electronics/*/*backups
|
||||||
|
|
||||||
# Proprietary 3d model (for KiCAD)
|
# Proprietary 3d model (for KiCAD)
|
||||||
**/proprietary/*.stp
|
**/proprietary/*.stp
|
||||||
@ -20,6 +21,9 @@ _autosave*.kicad_pcb
|
|||||||
# General build outputs
|
# General build outputs
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
# Apple/Macintosh
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# VSCode
|
# VSCode
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -443,4 +443,4 @@
|
|||||||
"COMMIT_HASH": "deadbeef",
|
"COMMIT_HASH": "deadbeef",
|
||||||
"RELEASE_VERSION": "v#.#"
|
"RELEASE_VERSION": "v#.#"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user