You can find the results of your search below.
- linux
- 2 Hits, Last modified:
- === Linux ======
===== Base =====
edit /etc/locale.gen and run locale-gen
<code>
apt-get install wiringpi python-pip
# test GPIO
gpio readall
</code>
- gpio
- 1 Hits, Last modified:
- RD)
channel=11
GPIO.setup(channel, GPIO.OUT)
while True:
GPIO.output(channel, GPIO.HIGH)
tim