Guest User

Untitled

a guest
Mar 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <FNQR.h>
  2. #include <FNQRBasic.h>
  3. #include <FNQRComm.h>
  4. #include <FNQROrders.h>
  5. #include <FNQRRemote.h>
  6.  
  7. FNQR robot;
  8.  
  9. void setup() {
  10. robot.Start();
  11. }
  12.  
  13. void loop() {
  14. // list of movements to be executed
  15. }
Add Comment
Please, Sign In to add comment