mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-09-26 23:09:27 +08:00

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.
37 lines
449 B
Plaintext
37 lines
449 B
Plaintext
# KiCAD files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*.sch-bak
|
|
*.net
|
|
*.dsn
|
|
fp-info-cache
|
|
_autosave*.kicad_pcb
|
|
*.kicad_prl
|
|
electronics/*/*backups
|
|
|
|
# Proprietary 3d model (for KiCAD)
|
|
**/proprietary/*.stp
|
|
**/proprietary/*.step
|
|
|
|
# PlatformIO
|
|
.pio/
|
|
|
|
# General build outputs
|
|
build/
|
|
|
|
# Apple/Macintosh
|
|
.DS_Store
|
|
|
|
# VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
#!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
__pycache__
|
|
|