Download Inhoudsopgave Inhoud Print deze pagina

Conrad 1225953 Gebruiksaanwijzing pagina 42

Inhoudsopgave

Advertenties

Afb. 4.6: Voetgangersknipperlicht met toets
Het programma
ampel03.py
voetgangersknipperlicht.
# -*- coding: utf-8 -*-
import RPi.GPIO as GPIO
import time
GPIO.setmode(GPIO.BCM)
rood
= 0; geel
Ampel=[4,18,23,24,25]
GPIO.setup(Ampel[rot], GPIO.OUT, initial=False)
GPIO.setup(Ampel[gelb], GPIO.OUT, initial=False)
GPIO.setup(Ampel[gruen], GPIO.OUT, initial=True)
GPIO.setup(Ampel[blau], GPIO.OUT, initial=False)
42
bestuurt de nieuwe verkeerslichtinstallatie met de toets voor het
= 1; groen
= 2; blauw
= 3; toets = 4

Advertenties

Inhoudsopgave
loading

Inhoudsopgave