⚲
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
» LEDr2on.py
Enzo Di Sotto
, 20/11/2023 18:23
import
RPi.GPIO
as
GPIO
import
time
GPIO
.
setmode
(
GPIO
.
BCM
)
GPIO
.
setwarnings
(
False
)
GPIO
.
setup
(
23
,
GPIO
.
OUT
)
GPIO
.
output
(
23
,
GPIO
.
HIGH
)
« Précédent
1
…
24
25
26
27
28
…
47
Suivant »
(26-26/47)
Chargement...