mbed os with nrf51 internal bandgap enabled to read battery level
Dependents: BLE_file_test BLE_Blink ExternalEncoder
Diff: features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop/mbed_lib.json
- Revision:
- 0:f269e3021894
diff -r 000000000000 -r f269e3021894 features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop/mbed_lib.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop/mbed_lib.json Sun Oct 23 15:10:02 2016 +0000 @@ -0,0 +1,13 @@ +{ + "name": "nanostack-eventloop", + "config": { + "use_platform_tick_timer": { + "help": "Use platform provided low resolution tick timer for eventloop", + "value": null + }, + "exclude_highres_timer": { + "help": "Exclude high resolution timer from build", + "value": null + } + } +}