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.
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: CommonDefinitions.h
- Revision:
- 158:0cecb265bb18
- Parent:
- 155:582462821bd7
- Child:
- 160:24337c83dd1d
diff -r 33db0c5e0bd8 -r 0cecb265bb18 CommonDefinitions.h
--- a/CommonDefinitions.h Tue May 13 20:27:11 2014 +0000
+++ b/CommonDefinitions.h Mon Jun 30 17:38:36 2014 +0000
@@ -53,6 +53,9 @@
#define LIGHT_BLINK_WAIT_MS 1000 // time between blinks (ms)
#define LIGHT_DEFAULT_STATE 1 // ON by default
+// Multitech probe for temperature reporting
+//#define MULTITECH_TEMP_PROBE true
+
// Personalities may have unique default light states
#ifdef LIGHT_PERSONALITY
#undef LIGHT_DEFAULT_STATE