Skip to content

Commit

Permalink
add usb interface
Browse files Browse the repository at this point in the history
  • Loading branch information
napowderly committed Feb 17, 2024
1 parent 9aafc86 commit c2893dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions saleae-header.ato
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ module SaleaeHeader:

# Connect the grounds together
signal gnd
gnd ~ ch0.gnd
gnd ~ ch1.gnd
gnd ~ ch2.gnd
gnd ~ ch3.gnd
gnd ~ ch4.gnd

# protection resistors
r1 = new _protection_resistor
Expand All @@ -32,10 +32,10 @@ module SaleaeHeader:
r4 = new _protection_resistor

# connect ios via resistors to the header
ch1.io ~ r1.1; r1.2 ~ header.1
ch2.io ~ r2.1; r2.2 ~ header.3
ch3.io ~ r3.1; r3.2 ~ header.5
ch4.io ~ r4.1; r4.2 ~ header.7
ch0.io ~ r1.1; r1.2 ~ header.1
ch1.io ~ r2.1; r2.2 ~ header.3
ch2.io ~ r3.1; r3.2 ~ header.5
ch3.io ~ r4.1; r4.2 ~ header.7

# connect the grounds together
gnd ~ header.2
Expand Down

0 comments on commit c2893dd

Please sign in to comment.