Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: azonenberg/starshipraider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 47a4c083614f
Choose a base ref
...
head repository: azonenberg/starshipraider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7952c983543c
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on May 29, 2020

  1. Copy the full SHA
    7952c98 View commit details
Showing with 920 additions and 437 deletions.
  1. +1 −1 boards/MEAD/comparators.sch
  2. +1 −1 boards/MEAD/dac.sch
  3. +1 −1 boards/MEAD/inputs.sch
  4. +18 −0 boards/MEAD/la-pod-cache.lib
  5. +405 −112 boards/MEAD/la-pod.kicad_pcb
  6. +120 −1 boards/MEAD/la-pod.sch
  7. +46 −4 boards/MEAD/mcu.sch
  8. +328 −317 boards/MEAD/psu.sch
2 changes: 1 addition & 1 deletion boards/MEAD/comparators.sch
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ $Descr A4 11693 8268
encoding utf-8
Sheet 6 6
Title "Logic Analyzer Pod"
Date "2020-05-28"
Date "2020-05-29"
Rev "0.1"
Comp "Antikernel Labs"
Comment1 "Andrew D. Zonenberg"
2 changes: 1 addition & 1 deletion boards/MEAD/dac.sch
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ $Descr A4 11693 8268
encoding utf-8
Sheet 3 6
Title "Logic Analyzer Pod"
Date "2020-05-28"
Date "2020-05-29"
Rev "0.1"
Comp "Antikernel Labs"
Comment1 "Andrew D. Zonenberg"
2 changes: 1 addition & 1 deletion boards/MEAD/inputs.sch
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ $Descr A4 11693 8268
encoding utf-8
Sheet 5 6
Title "Logic Analyzer Pod"
Date "2020-05-28"
Date "2020-05-29"
Rev "0.1"
Comp "Antikernel Labs"
Comment1 "Andrew D. Zonenberg"
18 changes: 18 additions & 0 deletions boards/MEAD/la-pod-cache.lib
Original file line number Diff line number Diff line change
@@ -287,6 +287,24 @@ X A 2 150 0 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# device_Fuse
#
DEF device_Fuse F 0 0 N Y 1 F N
F0 "F" 80 0 50 V V C CNN
F1 "device_Fuse" -75 0 50 V V C CNN
F2 "" -70 0 50 V I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
*Fuse*
$ENDFPLIST
DRAW
S -30 -100 30 100 0 1 10 N
P 2 0 1 0 0 100 0 -100 N
X ~ 1 0 150 50 D 50 50 1 1 P
X ~ 2 0 -150 50 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# device_R
#
DEF device_R R 0 0 N Y 1 F N
Loading