I am following the quick start guide for the BlinkM led found here:
http://thingm.com/products/blinkm/quick-start-guide.html
But when i verify the communicator code i get this error:
error: variable or field static void 'BlinkM_beginWithPowerPins declared void' In function BlinkM_beginWithPowerPins()' : At global scope.
It refers to this bit of code: static void BlinkM_beginWithPowerPins(byte pwrpin, byte gndpin)
I am using arduino 0017 on Debris,(unbuntu based linux distro).
I have no idea why i'm getting this error.
Do I really need to upload this communicator sketch to use the BlinkM?
I got the sequencer software to work, but i havn't tried plugging in the
BlinkM led yet.
Has anyone else gotten this error ?
Kinda stumped here.