Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Mar 29, 2017
1 parent 14f6864 commit ce3a14d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#nRF905 AVR/Arduino Library/Driver
# nRF905 AVR/Arduino Library/Driver

<a href="http://www.nordicsemi.com/eng/Products/Sub-1-GHz-RF/nRF905">Nordic nRF905</a> Radio IC library for Arduino and AVR microcontrollers.


##Documentation
## Documentation
<a href="http://zkemble.github.io/nRF905/">Doxygen pages</a>


##Installing
###Arduino
## Installing
### Arduino
Copy the arduino/nRF905/ folder to your Arduino libraries folder.

If you are using Arduino 1.5 then you will need to move the .cpp and .h files into the src folder.
If you are using Arduino 1.5 or later then you will need to move the .cpp and .h files into the src folder.

Add

Expand All @@ -22,7 +22,7 @@ to the top of the sketches that use the library.

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

###AVR
### AVR
Copy the nRF905 folder to your project and add

#include "nRF905/nRF905.h"
Expand Down

0 comments on commit ce3a14d

Please sign in to comment.