robotastic / ANCS-Library

Library to handle ANCS notifications with an AVR and Nordic's nrf8001
53 stars 8 forks source link

Pins for RedBearLab Blend #6

Closed cybear closed 9 years ago

cybear commented 9 years ago

Hi!

I've gotten this to work with the RedBearLab Blend. The pins for the RDYN and REQN are 8 and 9, so the only line that needs to be changed is:

ancs_lcd.ino

Notif notif(9, 8);

And to uncomment the lines 140-142 below the comment //Wait until the serial port is available (useful only for the Leonardo)

I thought this pin info could be good to have in the Readme.

(Unfortunately these pins clash with most LCD shields, but I guess that's life...)

cybear commented 9 years ago

I learned now that the RDYN and REQN pins are configurable with jumpers on the board. So never mind this issue!