Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CustomExplorerRobot mbed
main.cpp
00001 #include "mbed.h" 00002 #include "CustomExplorerRobot.h" 00003 00004 CustomExplorerRobot cer; 00005 00006 int main() { 00007 00008 wait(0.5f); 00009 cer.forward(0.5f); 00010 wait(0.5f); 00011 cer.left(0.5f); 00012 wait(0.5f); 00013 cer.backward(0.5f); 00014 wait(0.5f); 00015 cer.right(0.5f); 00016 wait(0.5f); 00017 cer.stop(); 00018 00019 return 0; 00020 }
Generated on Sat Jul 16 2022 22:06:33 by
1.7.2
Custom Explorer Robot