From 8ea84e7f77fc4122d77b1bd035d78d18eaab0bda Mon Sep 17 00:00:00 2001 From: maniacbug Date: Wed, 19 Oct 2011 15:30:33 -0700 Subject: [PATCH] Update docs for 1.0 --- .gitignore | 3 +++ RF24.h | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12bc711..ac32040 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ docs/ output/ ojam/ +out/ +16000000/ +8000000/ out_native/ version.h Session.vim diff --git a/RF24.h b/RF24.h index e575158..33d01d1 100644 --- a/RF24.h +++ b/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 + * 'arduino-1.0' branch + * for use with Arduino 1.0. This will be merged into master when Arduino 1.0 is released. * * Please refer to: *