⚲
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
» LEDv3on.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
(
27
,
GPIO
.
OUT
)
GPIO
.
output
(
27
,
GPIO
.
HIGH
)
« Précédent
1
…
32
33
34
35
36
…
47
Suivant »
(34-34/47)
Chargement...