jeelabs / jeelib

JeeLib for Arduino IDE: Ports, RF12, and RF69 drivers from JeeLabs
https://jeelabs.org/202x/sw/jeelib/
The Unlicense
490 stars 215 forks source link

RF69 fixes #74

Closed bstansell closed 9 years ago

bstansell commented 9 years ago

There were two issues I ran across while using an RF69 in RF12 compatibility mode: 1) Checksums for ACKs are not correct...it was referencing the wrong crc variable 2) Pin numbers for the attiny84 was "reversed" Otherwise, it's working great! Thanks!

jcw commented 9 years ago

Thank you very much for these improvements!