bonjour
arduino v1.6.4 : j'ai supprimé la librairie liquidcrystal et remplacé par la derniere version de newliquidcrystal V, je compile l'exemple helloword 4 bits : erreurs
il faut la librairie wire qui n'est plus installée en standard ???
et erreur avec backlight_pin
#include <Wire.h>
#include <LiquidCrystal.h>#define CONTRAST_PIN 9
#define BACKLIGHT_PIN 7
#define CONTRAST 110
LiquidCrystal lcd(12, 11, 5, 4, 3, 2, BACKLIGH_PIN, POSITIVE );
Arduino : 1.6.4 (Windows 7), Carte : "Arduino Uno"
HelloWorld_4bit.ino:8:39: error: 'BACKLIGH_PIN' was not declared in this scope
'BACKLIGH_PIN' was not declared in this scope
et c'est comme çà que je me rends compte qu'il manque le T à "BLACKLIGH_PIN",
quant a WIRE h ?