Open basvaneijk opened 10 years ago
Not sure if this is the correct way, but changing this at line 27, 28, 29, 30 in LPD8806_Wrapper.h is helping reduce the errors in the console
void lpd8806_initialise(); void parse_message(String& message, int message_start); void setPixelColor(uint16_t n, uint8_t r, uint8_t g, uint8_t b); void setPixelColor(uint16_t n, uint32_t c); void show(void);
So now the error console gives:
ldp8806_firmata.ino: In function 'void firmataInitialize()': ldp8806_firmata:28: error: 'firmataSysexCallback' was not declared in this scope
So I see the firmataSysexCallback() is missing in the dev branch, so I copy pasted it from the master and all errors are gone now.
Hi,
I would love to see this firmata patch to work together with openframeworks. However it isn't yet. Btw I'm on the dev branch (since I thought it was the latest that had updates), using a mac 10.9.3, arduino 1.5 and a Arduino Diecimila.
When I upload the files to my library and open up the firmata patch, my console tells me it can't find the h files:
So I changed the wrapper file line 19 into
include
After that my console tells me: