1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fix robot problems regarding new version of Arduino

This commit is contained in:
Xun Yang
2013-11-04 20:17:04 +01:00
parent 89d6841ac0
commit 4cb0b11405
9 changed files with 1 additions and 901 deletions

View File

@ -59,19 +59,14 @@ void setup(){
// run the rescue sequence
rescueSequence();
Robot.text("Found obstacle", 5, 12);
// find the track again
goToNext();
Robot.text("Found track", 5, 19);
// run the rescue sequence a second time
rescueSequence();
Robot.text("Found obstacle", 5, 26);
// here you could go on ...
// write status on the screen
Robot.stroke(0, 0, 0);
Robot.text("Done!", 5, 25);
}
void loop(){