Hi! My new Arduino Esplorahas 2 TinkerKit outputs. I was trying to use the outputs but it kept giving a compiling error, "error: 'Esplora' was not declared in this scope" Afterward i included the Esplora Library. Then it gave me the error shown in the subject. I'm didnt even use the "readTK" command. The code used is below. I'm new to all this so bare with me and forgive me for makeing an rookie mistakes. Please Help! Thanks!
-jonyb123
What is your code, I can only assume the code below, which has no problems compiling:
#include <Esplora.h>
void setup() {}
void loop() {}
There is no readTK in the Esplora library (1.5.2), you must have that symbol somewhere in your code. Have you also changed the board type to Esplora?