ninjablocks / arduino

77 stars 97 forks source link

fixed RFReceiver Interrupt Pin & Added keyword file #5

Closed znorris closed 11 years ago

znorris commented 11 years ago

RFReceiver was hard coded to interrupt 0. I added the ability to pass the interrupt pin to setup(). Just like you would pass the transmit pin to RFTransmitter.

Also added a keywords file for syntax highlighting. I'll do the others in the future.