Update docs for 1.0

This commit is contained in:
maniacbug 2011-10-19 15:30:33 -07:00
parent ef02ce6e60
commit 8ea84e7f77
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,6 +6,9 @@
docs/ docs/
output/ output/
ojam/ ojam/
out/
16000000/
8000000/
out_native/ out_native/
version.h version.h
Session.vim Session.vim

5
RF24.h
View File

@ -695,7 +695,10 @@ public:
* @li Maximally compliant with the intended operation of the chip * @li Maximally compliant with the intended operation of the chip
* @li Easy for beginners to use * @li Easy for beginners to use
* @li Consumed with a public interface that's similiar to other Arduino standard libraries * @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: * Please refer to:
* *