mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2025-12-19 01:28:43 +09:00
5 lines
101 B
Python
5 lines
101 B
Python
import wiringpi
|
|
io = wiringpi.GPIO(wiringpi.GPIO.WPI_MODE_PINS)
|
|
io.piGlowSetup()
|
|
io.piGlowLeg(1,100)
|