Advertisement
maniacbug

Untitled

Feb 13th, 2012
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. DigitalPotControl:34: error: redefinition of 'const int slaveSelectPin'
  2. DigitalPotControl.pde:-1: error: 'const int slaveSelectPin' previously defined here
  3. DigitalPotControl.cpp: In function 'void setup()':
  4. DigitalPotControl:36: error: redefinition of 'void setup()'
  5. DigitalPotControl.pde:-1: error: 'void setup()' previously defined here
  6. DigitalPotControl.cpp: In function 'void loop()':
  7. DigitalPotControl:43: error: redefinition of 'void loop()'
  8. DigitalPotControl.pde:-1: error: 'void loop()' previously defined here
  9. DigitalPotControl.cpp: In function 'int digitalPotWrite(int, int)':
  10. DigitalPotControl:62: error: redefinition of 'int digitalPotWrite(int, int)'
  11. DigitalPotControl.pde:-1: error: 'int digitalPotWrite(int, int)' previously defined here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement