-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathblocks
40 lines (40 loc) · 1.18 KB
/
blocks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
digraph {
"ITF-7_GAIN" [style=rounded]
Goblin_Jumper2 [style=rounded]
AD8331 [style=rounded]
"ITF-C_amplified_raw_signal" [style=rounded]
ADL5511 [style=rounded]
"ITF-3_ENV" [style=rounded]
AD8691 [style=rounded]
"ITF-Ext_Amplified" [style=rounded]
AD7274 [style=rounded]
"ITF-mEG_SPI" [style=rounded]
"ITF-7_GAIN" -> Goblin_Jumper2
Goblin_Jumper2 -> AD8331
AD8331 -> "ITF-C_amplified_raw_signal"
"ITF-C_amplified_raw_signal" -> ADL5511
ADL5511 -> "ITF-3_ENV"
"ITF-3_ENV" -> AD8691
AD8691 -> "ITF-Ext_Amplified"
"ITF-Ext_Amplified" -> AD7274
AD7274 -> "ITF-mEG_SPI"
"ITF-18_Raw" [style=rounded]
Goblin_Jumper1 [style=rounded]
AD8331 [style=rounded]
"ITF-18_Raw" -> Goblin_Jumper1
Goblin_Jumper1 -> AD8331
"ITF-mET_SMA" [style=rounded]
Goblin_Jumper1 [style=rounded]
"ITF-mET_SMA" -> Goblin_Jumper1
"ITF-InternalPot1_gain_control" [style=rounded]
Goblin_Jumper2 [style=rounded]
"ITF-InternalPot1_gain_control" -> Goblin_Jumper2
"ITF-InternalPot2_ADC_Vref" [style=rounded]
AD7274 [style=rounded]
"ITF-InternalPot2_ADC_Vref" -> AD7274
ADL5511 [style=rounded]
"Int-Offset" [style=rounded]
AD8691 [style=rounded]
ADL5511 -> "Int-Offset"
"Int-Offset" -> AD8691
}