Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 723 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 723 Bytes

nRF905 AVR Library

Nordic nRF905 Radio IC library for AVR microcontrollers.

For an Arduino version of the library see HERE.

https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/

Documentation

Doxygen pages

Installing

AVR

Copy the ./nRF905 folder to your project and add

#include "nRF905/nRF905.h"

to the source files that use the library.

Examples in the examples folder.

Also have a look at nRF905_config.h, that's where you can change which pins are used and things.


Zak Kemble

[email protected]