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.
Dependencies: mbed
Fork of BeaconDemo_RobotCode by
Diff: PsiSwarm/settings.h
- Revision:
- 5:598298aa4900
- Parent:
- 0:8a5497a2e366
- Child:
- 6:ff3c66f7372b
--- a/PsiSwarm/settings.h Mon Oct 12 12:39:35 2015 +0000 +++ b/PsiSwarm/settings.h Tue Oct 13 11:47:14 2015 +0000 @@ -47,5 +47,14 @@ /* DEBUG_MODE [1=on, 0=off]: Enable to allow debug messages to be sent of one of the serial interfaces */ #define DEBUG_MODE 1 +/* SHOW_VR_WARNINGS [1=on, 0=off]: Show voltage-regulator debug message warnings after initial boot-up */ +#define SHOW_VR_WARNINGS 0 + +/* USE_LED3_FOR_INTERRUPTS [1=on, 0=off]: Switch interrupts will appear as the lighting of LED3 on MBED */ +#define USE_LED3_FOR_INTERRUPTS 1 + +/* USE_LED4_FOR_VR_WARNINGS [1=on, 0=off]: Voltage-regulator warnings will appear as the lighting of LED4 on MBED */ +#define USE_LED4_FOR_VR_WARNINGS 1 + /* DEBUG_OUTPUT_STREAM [1=PC\USB 2=BlueSmirf 4=Display]: Specify which output stream(s) should be used by default for debug messages, if enabled*/ #define DEBUG_OUTPUT_STREAM 1
