digitalWrite  ( pin value -- )

publication: 8 janvier 2022 / mis à jour 5 novembre 2022

Read this page in english

 

Défini l'état du pin GPIO.

Exemple:

17 constant TRIGGER_ON      \ green LED 
16 constant TRIGGER_OFF     \   red LED 
 
: init-trigger-state ( -- ) 
    TRIGGER_ON  output pinMode 
    TRIGGER_OFF output pinMode 
  ; 
 
TRIGGER_ON HIGH digitalWrite 

Legal: site web personnel sans commerce / personal site without seling