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:
James 2022-10-10 23:26:51 -04:00 committed by GitHub
parent 8a5d58f25b
commit 935a2d2119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4389 additions and 3718 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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