Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
wiki:projets:codepourecranlcd_21.7_2016 [2016/03/22 10:57] iamaseashell créée |
wiki:projets:codepourecranlcd_21.7_2016 [2016/09/11 10:59] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
< | < | ||
- | </ | + | #include < |
+ | |||
+ | LiquidCrystal lcd(7, 8, 9, 10, 11 , 12); | ||
+ | |||
+ | void setup() { | ||
+ | lcd.begin(16, | ||
+ | lcd.setCursor(0, | ||
+ | lcd.write(" | ||
+ | } | ||
+ | |||
+ | void loop() { } | ||
+ | }</ |