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: *