Damien Frost / messages

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Files at this revision

API Documentation at this revision

Comitter:
defrost
Date:
Wed Apr 26 13:22:27 2017 +0000
Parent:
7:d78684eca79d
Child:
9:6821aa3ca776
Commit message:
- Updated comments

Changed in this revision

messages.h Show annotated file Show diff for this revision Revisions of this file
--- a/messages.h	Tue Apr 25 14:57:16 2017 +0000
+++ b/messages.h	Wed Apr 26 13:22:27 2017 +0000
@@ -38,6 +38,7 @@
 *   #include "mbed.h"
 *   
 *   // Include the following #defines and #include to use messages.h in every *.cpp file you would like to use it in:    
+*   //#define MEMMESSAGES       // Uncomment this to use the MEM(...) message. This message will output the current values of the stack pointer and program counter
 *   //#define DEBUG             // This define is commented out, so DEBUG messages will NOT be displayed.
 *   #define INFOMESSAGES        // The next three are defined, thus INFO, WARN, and ERR messages will BE displayed.
 *   #define WARNMESSAGES