Need help getting arduino to function with a new shield


hello need program work rugged gadget shield:
https://github.com/ruggedcircuits/rugged-circuits-code/tree/master/gadgetshield

when tried run example program accelerometer wasn't able work. got error messages saying:


in file included sketch_jan13a.ino:2:

/users/alexburton/documents/arduino/libraries/gadgetshield/gadgetshield.h:27:22: error: wprogram.h: no such file or directory

in file included sketch_jan13a.ino:2:

/users/alexburton/documents/arduino/libraries/gadgetshield/gadgetshield.h: in member function 'uint8_t gadgetshield::irreceive()':

/users/alexburton/documents/arduino/libraries/gadgetshield/gadgetshield.h:207: error: 'digitalread' not declared in scope

/users/alexburton/documents/arduino/libraries/gadgetshield/gadgetshield.h:207: error: 'low' not declared in scope

can tell me happening i'm using mac , ruggedino there might need download

hahah found problem.

in past use use ( #include "wprogram.h" ) in .h file, need replace ( #include "arduino.h" ).


Arduino Forum > Using Arduino > Installation & Troubleshooting > Need help getting arduino to function with a new shield


arduino

Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code