FAQ- How much RAM??

This commit is contained in:
maniacbug 2012-01-15 22:23:10 -08:00
parent 99df87cba9
commit c6262edbce
1 changed files with 7 additions and 6 deletions

13
FAQ
View File

@ -9,6 +9,8 @@
* *
* @ref issues * @ref issues
* *
* @ref ram
*
* @ref tests * @ref tests
* *
* @section starting Where do I start? * @section starting Where do I start?
@ -35,8 +37,12 @@
* @section issues What should I do if I find a problem? * @section issues What should I do if I find a problem?
* *
* Please <a href="https://github.com/maniacbug/RF24/issues/new">open an issue</a> on github if you find any problems using it with any version of Arduino or Maple. * Please <a href="https://github.com/maniacbug/RF24/issues/new">open an issue</a> on github if you find any problems using it with any version of Arduino or Maple.
*
* @section ram What is the RAM footprint of this library?
*
* 16 bytes. A single radio object consumes 16 bytes of RAM, and the library
* does not use any other RAM statically.
* *
*
* @section tests Why are the examples in the 'tests' directory failing? * @section tests Why are the examples in the 'tests' directory failing?
* *
* The sketches in the 'tests' directory are not for general use. * The sketches in the 'tests' directory are not for general use.
@ -44,9 +50,4 @@
* *
* The 'tests' directory is only for people making changes to the library * The 'tests' directory is only for people making changes to the library
* to ensure that their changes do not break anything. * to ensure that their changes do not break anything.
*
*
*
*
*
*/ */