After having it lying in the drawer for quite some time, today i decided to try out programming for the meggy jr, and more or less instantly failed because of an error the Arduiono IDE is giving me when compiling any of the Example programs using the Meggy Jr RGB Arduino Library.
Said error is:
.../sketchbook/libraries/MeggyJr/MeggyJr.cpp:32:19: fatal error: wiring.h: No such file or directory
compilation terminated.
I am working on Ubuntu using version 1.0.5 of Arduino. Googling yielded close to no results except someone suggesting replacing "wiring.h" with "wiring_private.h" in the MeggyJr.cpp file, which, according to my expectations, didnĀ“t work. Also i found code for the wiring.h here
http://code.google.com/p/arduino/source/browse/trunk/core/wiring.h?r=22But i have absolutely no idea if its the right file or where to put it if it was the right one.
I hope someone will be able to help me with my (hopefully) little newbie problem.
Thank you in advance.
Comments