Esplora RGB LED example
Another feature of the Arduino Esplora is a built in RGB LED, again its fairly simple to use this using the writeRGB function. You can see the RGB led in…
Another feature of the Arduino Esplora is a built in RGB LED, again its fairly simple to use this using the writeRGB function. You can see the RGB led in…
This example will read the temperature using the built in temperature sensor on the Arduino Esplora and display it on the LCD Code [codesyntax lang=”cpp”] #include <Esplora.h> #include <TFT.h>…