Skip to content

Releases: ZakKemble/nRF905

v3.1.0

01 Oct 13:41
Compare
Choose a tag to compare

Just a new release with stuff since last release. I will be splitting the Arduino version of this library off to a different repo (https://github.com/zkemble/nRF905-arduino) as v4.0.0 with full Arduino C++ support. This repo will have Arduino parts removed so it will become a plain C library for AVR MCUs.

v3.0.0

12 Sep 17:35
Compare
Choose a tag to compare

Simplified the library API
Now uses callbacks for when events occur (valid packet received, invalid packet received, address match, transmission complete).
Now uses Arduino interrupt handling when using the library in the Arduino environment
And various other things

v2.1.0

12 Sep 17:25
Compare
Choose a tag to compare
Formatting fix

Much improved

20 Jan 17:29
Compare
Choose a tag to compare

Tons of fixes, improvements, generally works much better