itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Firmata broken in new-extension branch #519

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running the new-extension build on OSX 10.6, the following code:
#include <Firmata.h>                

void setup() {
}

void loop() {
}

-----------------------

Generates the following errors:

There's also an issue with Firmata under new-extension:

/Users/tigoe/Documents/arduino development 
stuff/gitRepo/Arduino/build/macosx/work/Arduino.app/Contents/Resources/Java/libr
aries/Firmata/Firmata.cpp: In function 'void sendValueAsTwo7bitBytes(int)':
/Users/tigoe/Documents/arduino development 
stuff/gitRepo/Arduino/build/macosx/work/Arduino.app/Contents/Resources/Java/libr
aries/Firmata/Firmata.cpp:32: error: 'BYTE' was not declared in this scope

And several identical errors....

Original issue reported on code.google.com by tom.i...@gmail.com on 4 Apr 2011 at 11:35

GoogleCodeExporter commented 9 years ago
Apparently Firmata has been updated to work with the new-extension (Arduino 
1.0) branch, so we just need to grab the latest from there.  I'll plan to do 
this on Thursday so it's in the beta3 release on Friday.

Original comment by dmel...@gmail.com on 28 Aug 2011 at 5:55