⚲
Projet
Général
Profil
Connexion
Accueil
Projets
Aide
Recherche
:
Accueil
Tous les projets
Accueil
Aperçu
Activité
Annonces
Documents
Wiki
Fichiers
Télécharger (133 octets)
Enzo Di Sotto
» LEDv2on.py
Enzo Di Sotto
, 20/11/2023 18:25
import
RPi.GPIO
as
GPIO
import
time
GPIO
.
setmode
(
GPIO
.
BCM
)
GPIO
.
setwarnings
(
False
)
GPIO
.
setup
(
17
,
GPIO
.
OUT
)
GPIO
.
output
(
17
,
GPIO
.
HIGH
)
« Précédent
1
…
30
31
32
33
34
…
47
Suivant »
(32-32/47)
Chargement...