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
|
||||
_autosave*.kicad_pcb
|
||||
*.kicad_prl
|
||||
electronics/*/*backups
|
||||
|
||||
# Proprietary 3d model (for KiCAD)
|
||||
**/proprietary/*.stp
|
||||
@ -20,6 +21,9 @@ _autosave*.kicad_pcb
|
||||
# General build outputs
|
||||
build/
|
||||
|
||||
# Apple/Macintosh
|
||||
.DS_Store
|
||||
|
||||
# VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user