For Blood Pressure Demo

BLE_BloodPressure_demo implements Blood Pressure Service which enables a collector device to connect and interact with it. the service spec can be found here. User can download the APP 'nRF Connect' or 'nRF Toolbox' available in both App Store and Google Play to scan the adverting and connect to the module.

mbed_app.json

Committer:
tsungta
Date:
2017-04-20
Revision:
2:64cead334a4c

File content as of revision 2:64cead334a4c:

{
    "config": {
        "lf_clock_rc_calib_timer_interval": {
            "value": 16,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
        },
        "lf_clock_rc_calib_mode_config": {
            "value": 0,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
        }
    }
}