Datasheet
Manuals
Brands
Seeed Studio Manuals
Development Boards & Kits
Grove - Solid State Relay
9
10
11
12
13
14
15
16
17
18
10
except KeyboardInterrupt
:
grovepi
.
digitalWrite
(
relay
,
0
)
break
except IOError
:
print
"Error"
}
5. Run the demo.
sudo python grove_solid_state_relay.py
1
...
...
11
12
13
14
15
...
...
18