Advertisement
vvakame

ADK default error

Mar 31st, 2012
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. demokit.cpp:4:22: error: Max3421e.h: No such file or directory
  2. demokit.cpp:5:17: error: Usb.h: No such file or directory
  3. demokit.cpp:6:30: error: AndroidAccessory.h: No such file or directory
  4. demokit.cpp:8:22: error: CapSense.h: No such file or directory
  5. demokit.pde:-1: error: 'AndroidAccessory' does not name a type
  6. demokit.pde:-1: error: 'CapSense' does not name a type
  7. demokit.cpp: In function 'void init_buttons()':
  8. demokit.pde:-1: error: 'A8' was not declared in this scope
  9. demokit.pde:-1: error: 'A9' was not declared in this scope
  10. demokit.cpp: In function 'void setup()':
  11. demokit.pde:-1: error: 'touch_robot' was not declared in this scope
  12. demokit.pde:-1: error: 'A8' was not declared in this scope
  13. demokit.pde:-1: error: 'A9' was not declared in this scope
  14. demokit.pde:-1: error: 'acc' was not declared in this scope
  15. demokit.cpp: In function 'void loop()':
  16. demokit.pde:-1: error: 'acc' was not declared in this scope
  17. demokit.pde:-1: error: 'A8' was not declared in this scope
  18. demokit.pde:-1: error: 'A9' was not declared in this scope
  19. demokit.pde:-1: error: 'touch_robot' was not declared in this scope
  20. demokit.cpp: In function 'void init_joystick(int)':
  21. demokit.pde:-1: error: 'A9' was not declared in this scope
  22. demokit.pde:-1: error: 'A10' was not declared in this scope
  23. demokit.pde:-1: error: 'A11' was not declared in this scope
  24. demokit.cpp: In function 'char joystick_interrupt()':
  25. demokit.pde:-1: error: 'A10' was not declared in this scope
  26. demokit.cpp: In function 'char read_joy_reg(char)':
  27. demokit.pde:-1: error: 'class TwoWire' has no member named 'send'
  28.  
  29. As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.
  30.  
  31. demokit.pde:-1: error: 'class TwoWire' has no member named 'receive'
  32.  
  33. As of Arduino 1.0, the Wire.receive() function was renamed to Wire.read() for consistency with other libraries.
  34.  
  35. demokit.cpp: In function 'void write_joy_reg(char, char)':
  36. demokit.pde:-1: error: 'class TwoWire' has no member named 'send'
  37.  
  38. As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.
  39.  
  40. demokit.pde:-1: error: 'class TwoWire' has no member named 'send'
  41.  
  42. As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement