Skip to content

Commit

Permalink
add debug.ato
Browse files Browse the repository at this point in the history
  • Loading branch information
napowderly committed Mar 10, 2024
1 parent 4cbb715 commit bdb8ca8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions debug.ato
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from "interfaces.ato" import Power, Pair

component TestPoint:
signal point ~ pin 1
mpn = "TestPoint"
footprint = "TestPoint:TestPoint_THTPad_1.0x1.0mm_Drill0.5mm"

pair = new Pair
point ~ pair.io

power = new Power
point ~ power.vcc

0 comments on commit bdb8ca8

Please sign in to comment.