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: nRF51822
Diff: main.h
- Revision:
- 10:b3553e75eee0
- Parent:
- 9:0b017e956142
- Child:
- 11:c65905cb9f56
--- a/main.h Tue May 30 19:01:17 2017 +0000 +++ b/main.h Tue May 30 21:12:04 2017 +0000 @@ -5,13 +5,13 @@ #define FW_VERSION 001 // major revisions will be 1xx, 2xx, etc. -#define TEST 1 // 0=normal, 1=Test mode, where SHIP MODE is skipped +#define TESTMODE 1 // 0=normal, 1=Test mode, where SHIP MODE is skipped #define UART_DEBUGGING 1 // if =1, put out debug info on the BLE_UART #define DARK_SAMPLE_PERIOD 15 // During manufacturing, this determines how many seconds between light_sensor samples #define MIN_DARK_TIME_MIN 15 // Number of seconds the unit needs to be in the dark to go into SHIP_MODE -#define CHECK_CAP_PERIOD_SEC 3 // check for cap every this many seconds +#define CHECK_CAP_PERIOD_SEC 1 // check for cap every this many seconds #define CAP_THRESHOLD 50