Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. sketch_nov23a.ino:4:9: error: #include expects "FILENAME" or <FILENAME>
  2. sketch_nov23a:1: error: expected unqualified-id before '/' token
  3. sketch_nov23a:13: error: 'SoftwareSerial' does not name a type
  4. sketch_nov23a.ino: In function 'void initSabertooth()':
  5. sketch_nov23a:18: error: 'SaberSerial' was not declared in this scope
  6. sketch_nov23a.ino: In function 'void set_motor()':
  7. sketch_nov23a:29: error: 'x' was not declared in this scope
  8. sketch_nov23a:34: error: 'xa' was not declared in this scope
  9. sketch_nov23a:37: error: 'xb' was not declared in this scope
  10. sketch_nov23a:40: error: 'xc' was not declared in this scope
  11. sketch_nov23a:50: error: 's' was not declared in this scope
  12. sketch_nov23a:52: error: 'f' was not declared in this scope
  13. sketch_nov23a:57: error: 'r' was not declared in this scope
  14. sketch_nov23a:58: error: 'l' was not declared in this scope
  15. sketch_nov23a:62: error: 'r' was not declared in this scope
  16. sketch_nov23a:63: error: 'l' was not declared in this scope
  17. sketch_nov23a:68: error: 'r' was not declared in this scope
  18. sketch_nov23a:69: error: 'l' was not declared in this scope
  19. sketch_nov23a:73: error: 'r' was not declared in this scope
  20. sketch_nov23a:74: error: 'l' was not declared in this scope
  21. sketch_nov23a:78: error: 'r' was not declared in this scope
  22. sketch_nov23a:79: error: 'l' was not declared in this scope
  23. sketch_nov23a:84: error: 'r' was not declared in this scope
  24. sketch_nov23a:85: error: 'l' was not declared in this scope
  25. sketch_nov23a:89: error: 'r' was not declared in this scope
  26. sketch_nov23a:90: error: 'l' was not declared in this scope
  27. sketch_nov23a:94: error: 'SaberSerial' was not declared in this scope
  28. sketch_nov23a:94: error: 'r' was not declared in this scope
  29. sketch_nov23a:95: error: 'l' was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement