Digistump Forums

The Digispark => Digispark Pro Support => Topic started by: friendoffuture on November 15, 2015, 02:49:40 pm

Title: Firmata Support?
Post by: friendoffuture on November 15, 2015, 02:49:40 pm
First time poster, backed the Digispark Pro in the Kickstarter and am just now getting around to playing with them :)

In the product announcement (http://digistump.com/news/29), Firmata support is mentioned but I'm not finding anything out there on how to do that. Here's what I'm working with:


I get this error:

Code: [Select]
In file included from /Users/{my username}/Documents/Arduino/libraries/Firmata/Firmata.h:16:0,
                 from /Users/{my username}/Documents/Arduino/libraries/Firmata/examples/StandardFirmata/StandardFirmata.ino:28:
/Users/{my username}/Documents/Arduino/libraries/Firmata/Boards.h:632:2: error: #error "Please edit Boards.h with a hardware abstraction for this board"
 #error "Please edit Boards.h with a hardware abstraction for this board"
  ^
exit status 1
Error compiling.

Any ideas?