Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: PowerControl.h
- Revision:
- 3:54792b95c570
- Parent:
- 2:1e3291e8294d
--- a/PowerControl.h Fri May 12 20:19:17 2017 +0000 +++ b/PowerControl.h Sun May 21 22:00:02 2017 +0000 @@ -1,6 +1,9 @@ #ifndef POWERCONTROL_H #define POWERCONTROL_H +// uncomment to send debug information +#define DEBUG + #include "mbed.h" // include 3rd party library #include "PinDetect.h"