QP  0.7-SNAPSHOT
Control software for the ??SRT telescope
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
memory_free.h
1 // This is from https://github.com/mpflaga/Arduino-MemoryFree
2 // Revision d46ca25d0e, 2015-04-10
3 
4 // memoryFree header
5 // From http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1213583720/15
6 // ...written by user "mem".
7 
8 #ifndef MEMORY_FREE_H
9 #define MEMORY_FREE_H
10 
11 int freeMemory();
12 
13 #endif