Skip to content

Commit a377883

Browse files
committed
ServoBit example: added a led output for showing the servo control bit
1 parent ed92eb6 commit a377883

File tree

1 file changed

+29
-0
lines changed
  • development/ServoBit/ServoBit45-icestudio-03

1 file changed

+29
-0
lines changed

development/ServoBit/ServoBit45-icestudio-03/test1.ice

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,25 @@
7575
"x": 48,
7676
"y": 256
7777
}
78+
},
79+
{
80+
"id": "50f28c26-f4dc-49b0-b35c-1b292fbacd65",
81+
"type": "basic.output",
82+
"data": {
83+
"name": "out",
84+
"pins": [
85+
{
86+
"index": "0",
87+
"name": "D11",
88+
"value": "142"
89+
}
90+
],
91+
"virtual": false
92+
},
93+
"position": {
94+
"x": 456,
95+
"y": 256
96+
}
7897
}
7998
],
8099
"wires": [
@@ -107,6 +126,16 @@
107126
"block": "c0d3dfce-7162-40e0-9641-ed2bb4fa813d",
108127
"port": "in"
109128
}
129+
},
130+
{
131+
"source": {
132+
"block": "4e3ebc13-d3fb-4a34-9b43-f9a2ced8c790",
133+
"port": "out"
134+
},
135+
"target": {
136+
"block": "50f28c26-f4dc-49b0-b35c-1b292fbacd65",
137+
"port": "in"
138+
}
110139
}
111140
]
112141
},

0 commit comments

Comments
 (0)