Author Topic: Trying to use BlinkM module with DS Pro  (Read 5697 times)

blave

  • Newbie
  • *
  • Posts: 4
Trying to use BlinkM module with DS Pro
« on: December 01, 2014, 04:51:58 pm »
The BlinkM is an I2C-controlled RGB LED on a tiny board: http://thingm.com/products/blinkm/

I just got my Kickstarter DS Pros a couple days ago, and other than blinking the on-board LED at a faster rate than the factory test program, this is my first attempt to get something to work with one.

It seems that the ...avr/libraries/Wire/utility directory is not in the Digistump ecosystem... The "default" library files in the regular Ard IDE space that are located there are twi.c and twi.h. I have no experience at all in modifying those kind of libraries to work with a different board such as the DS Pro. (a) is anyone working on this (I don't see mention of it in this forum) and (b) if not, could someone give me some general pointers on what needs to be changed in those two files to work with the DS Pro?

Thanks,

Dave B.