Browse Source

Assignment 3: PCB design

tags/v3.0
parent
commit
7d20f156e1
12 changed files with 1172 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +3
    -0
      assignment_3/thermostat_shield/.gitignore
  3. +1
    -0
      assignment_3/thermostat_shield/AltiumLib
  4. BIN
      assignment_3/thermostat_shield/Main.SchDoc
  5. BIN
      assignment_3/thermostat_shield/Output/Thermostat_All.pdf
  6. BIN
      assignment_3/thermostat_shield/Output/Thermostat_Copper.pdf
  7. BIN
      assignment_3/thermostat_shield/Relay.SchDoc
  8. +1163
    -0
      assignment_3/thermostat_shield/Thermostat.PrjPCB
  9. +2
    -0
      assignment_3/thermostat_shield/Thermostat.PrjPCBStructure
  10. BIN
      assignment_3/thermostat_shield/Thermostat_Shield.PcbDoc
  11. BIN
      assignment_3/thermostat_shield/datasheets/DS18B20.pdf
  12. BIN
      assignment_3/thermostat_shield/datasheets/HCSR04.pdf

+ 3
- 0
.gitmodules View File

@@ -7,3 +7,6 @@
[submodule "assignment_2/Libraries/STM32CubeF4"]
path = assignment_2/Libraries/STM32CubeF4
url = https://github.com/hoo2/STM32CubeF4.git
[submodule "assignment_3/thermostat_shield/AltiumLib"]
path = assignment_3/thermostat_shield/AltiumLib
url = git@gitlab.com:hoo2/altium-lib.git

+ 3
- 0
assignment_3/thermostat_shield/.gitignore View File

@@ -0,0 +1,3 @@
History/
__Previews/
Project\ Logs\ for\ Thermostat/

+ 1
- 0
assignment_3/thermostat_shield/AltiumLib

@@ -0,0 +1 @@
Subproject commit 430c900e41cda0cc88fd8b8b59c48bee025d8b41

BIN
assignment_3/thermostat_shield/Main.SchDoc View File


BIN
assignment_3/thermostat_shield/Output/Thermostat_All.pdf View File


BIN
assignment_3/thermostat_shield/Output/Thermostat_Copper.pdf View File


BIN
assignment_3/thermostat_shield/Relay.SchDoc View File


+ 1163
- 0
assignment_3/thermostat_shield/Thermostat.PrjPCB
File diff suppressed because it is too large
View File


+ 2
- 0
assignment_3/thermostat_shield/Thermostat.PrjPCBStructure View File

@@ -0,0 +1,2 @@
Record=TopLevelDocument|FileName=Main.SchDoc
Record=SheetSymbol|Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=R|SchDesignator=R|FileName=Relay.SchDoc|SymbolType=Normal|RawFileName=Relay.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=

BIN
assignment_3/thermostat_shield/Thermostat_Shield.PcbDoc View File


BIN
assignment_3/thermostat_shield/datasheets/DS18B20.pdf View File


BIN
assignment_3/thermostat_shield/datasheets/HCSR04.pdf View File


Loading…
Cancel
Save