Hi all, this is a newbie question:
I'm trying to comunicate an Arduino Uno with max/msp, and i can't compile de sketch onto the arduino, i'm using arduino 1.0
it says:
SimpleMessageSystem_example_1.cpp: In function 'void loop()':
SimpleMessageSystem_example_1.pde:-1: error: 'messageBuild' was not declared in this scope
SimpleMessageSystem_example_1.pde:-1: error: 'messageGetChar' was not declared in this scope
SimpleMessageSystem_example_1.cpp: In function 'void readpins()':
SimpleMessageSystem_example_1.pde:-1: error: 'messageGetChar' was not declared in this scope
SimpleMessageSystem_example_1.pde:-1: error: 'messageSendChar' was not declared in this scope
SimpleMessageSystem_example_1.pde:-1: error: 'messageSendInt' was not declared in this scope
SimpleMessageSystem_example_1.pde:-1: error: 'messageEnd' was not declared in this scope
SimpleMessageSystem_example_1.pde:-1: error: 'messageSendInt' was not declared in this scope
SimpleMessageSystem_example_1.cpp: In function 'void writepin()':
SimpleMessageSystem_example_1.pde:-1: error: 'messageGetChar' was not declared in this scope
SimpleMessageSystem_example_1.pde:-1: error: 'messageGetInt' was not declared in this scope
any ideas of what's happening?
I got the simplemessagesystem library in libraries, and the sketch shows up in the examples tab.
Thanks in advance to anyone that can help!