Langage Arduino : Les broches Numériques (digitalWrite et digitalRead)


Warning: Undefined array key "question" in /home/arduinj/www/wp-content/plugins/structured-content/templates/shortcodes/multi-faq.php on line 5


Warning: Undefined array key "answer" in /home/arduinj/www/wp-content/plugins/structured-content/templates/shortcodes/multi-faq.php on line 20

Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/arduinj/www/wp-includes/shortcodes.php on line 246

Deprecated: htmlspecialchars_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/arduinj/www/wp-content/plugins/structured-content/templates/shortcodes/multi-faq.php on line 20

A quoi sert la fonction pinMode() ?

La fonction PinMode est utilisé pour indiqué si une pin est une entrée ou une sortie pour la carte Arduino.

Quel est l'utilité de la fonction digitalWrite ?

La fonction digitalWrite permet d'envoyer une valeur (HIGH ou LOW) à une broche de l'Arduino.