-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
17 lines (12 loc) · 674 Bytes
/
README
File metadata and controls
17 lines (12 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
shockBurst -- a simple library implementing NRF24L01+ Shockburst protocol
https://github.com/turdusmerula/ShockBurst
Shockburst is a simple library implementing the shockburst protocol of the
NRF24L01+ for the avr.
This library was inspirated by the Mirf library but was rewritten for my own
need (and mainly because I needed to fully understand what was done).
(C) 2011-2012, Sebastien Besombes <sebastien.besombes@gmail.com>
PREREQUISITES:
The library uses the SPI library from the Arduino project.
The examples will need:
- the Enerlib library (http://arduino.cc/playground/Code/Enerlib)
- the FlexiTimer2 library (http://arduino.cc/playground/Main/FlexiTimer2)