Hi! I'm new in ARDUINO programming. I've got an ARDUINO UNO and I wrote this in the programming app:
void setup (){
// initialization sequence
Robot.begin();
Robot.beginTFT();
Robot.beginSD();
// replay hello sound from SD card
Robot.playSound1() ;
}
When I corrected the program, the ARDUINO app said: Robot was not declared in this scope.
What I did wrong?
Thank you for your helping ![]()