Update docs for 1.0
This commit is contained in:
parent
ef02ce6e60
commit
8ea84e7f77
|
@ -6,6 +6,9 @@
|
|||
docs/
|
||||
output/
|
||||
ojam/
|
||||
out/
|
||||
16000000/
|
||||
8000000/
|
||||
out_native/
|
||||
version.h
|
||||
Session.vim
|
||||
|
|
5
RF24.h
5
RF24.h
|
@ -695,7 +695,10 @@ public:
|
|||
* @li Maximally compliant with the intended operation of the chip
|
||||
* @li Easy for beginners to use
|
||||
* @li Consumed with a public interface that's similiar to other Arduino standard libraries
|
||||
* @li Built against the standard SPI library.
|
||||
*
|
||||
* NOW COMPATIBLE WITH ARDUINO 1.0 - Please use the
|
||||
* <a href="https://github.com/maniacbug/RF24/tree/arduino-1.0">'arduino-1.0' branch</a>
|
||||
* for use with Arduino 1.0. This will be merged into master when Arduino 1.0 is released.
|
||||
*
|
||||
* Please refer to:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue