karlp / Mrf24j40-arduino-library

arduino driver for the mrf24j40 802.15.4 modules
false.ekta.is
43 stars 28 forks source link

Nice Work #1

Closed pkarc closed 12 years ago

pkarc commented 12 years ago

Thank you for this awsome library! I just made some modificacions to the library, take a look!

Add some register of LNA/PA controller on the module MRF24J40MB. Specific details about the 2 bytes of more, I hope this will clarify doubts.

Some of: http://false.ekta.is/2011/05/updated-mrf24j40-library-code-now-easier-to-use/

karlp commented 12 years ago

Hi!

Overall this looks pretty good, glad to hear it's been working out for you. I'm a bit curious about your changes to the pin definitions for ATMEGA8 however. Do you really mean atmega8? That's a pretty old chip, I'd much rather have the pin defaults be sensible for an arduino user, seeing as this is an arduino library.

Looking forward to seeing this again :)