From e407613c0e77bd7a45904bedabc76013868cbaf3 Mon Sep 17 00:00:00 2001 From: Maxime Robin Date: Tue, 14 Mar 2017 18:40:18 +0100 Subject: [PATCH] =?UTF-8?q?Entr=C3=A9es=20diff=20:=20toutes=20les=20r?= =?UTF-8?q?=C3=A9solutions=20=C3=A0=2018=20bits=20(pas=20besoin=20de=20sto?= =?UTF-8?q?cker=20donc=20pr=C3=A9cision=20maximal=20possible)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testeurInstant/testeurInstant.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/testeurInstant/testeurInstant.ino b/testeurInstant/testeurInstant.ino index 0cd7d2f..594c9c3 100644 --- a/testeurInstant/testeurInstant.ino +++ b/testeurInstant/testeurInstant.ino @@ -318,6 +318,7 @@ void setup() // set up the LCD's number of columns and rows: lcd.begin(16, 2); + lcd.setRGB(0,255,0); maxThermocouple.begin(); maxThermocouple.setThermocoupleType(MAX31856_TCTYPE_K); -- GitLab