I’m trying to upload a library to arduino from the Carduino instructable http://www.instructables.com/id/Carduin … /?ALLSTEPS
I downloaded the zip file and imported the library, but when I put it in the sketch it only shows the .h file and gives me the error message:
core.a(main.cpp.o): In function `main’:
C:\Program Files (x86)\Arduino\hardware\arduino\cores\ard… undefined reference to `setup’
C:\Program Files (x86)\Arduino\hardware\arduino\cores\ard… undefined reference to `loop’
The four “example” files show up in the sketchbook, but each opens in a new window. They individually verify, but when copy/pasting them together I get error messages.
I can’t seem to import the .cpp file at all, and when I try to drag and drop it I get the same error message.