Skip to content

Commit

Permalink
FAQ- How much RAM??
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Jan 16, 2012
1 parent 99df87c commit c6262ed
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*
* @ref issues
*
* @ref ram
*
* @ref tests
*
* @section starting Where do I start?
Expand All @@ -35,18 +37,17 @@
* @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.
*
* @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?
*
* The sketches in the 'tests' directory are not for general use.
* Please use the examples in the 'examples' directory instead.
*
* The 'tests' directory is only for people making changes to the library
* to ensure that their changes do not break anything.
*
*
*
*
*
*/

0 comments on commit c6262ed

Please sign in to comment.