Environmental Sensor for NRF board

Dependencies:   DHT11

Committer:
krissl
Date:
Wed Jan 16 09:50:35 2019 +0000
Revision:
0:fe5389573740
Test;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
krissl 0:fe5389573740 1 {
krissl 0:fe5389573740 2 "target_overrides": {
krissl 0:fe5389573740 3 "*":{
krissl 0:fe5389573740 4 "target.NRF_SDH_BLE_CENTRAL_LINK_COUNT": 2,
krissl 0:fe5389573740 5 "target.NRF_SDH_BLE_PERIPHERAL_LINK_COUNT": 0,
krissl 0:fe5389573740 6 "target.NRF_SDH_BLE_TOTAL_LINK_COUNT" : 2
krissl 0:fe5389573740 7 },
krissl 0:fe5389573740 8 "K64F": {
krissl 0:fe5389573740 9 "target.features_add": ["BLE"],
krissl 0:fe5389573740 10 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
krissl 0:fe5389573740 11 },
krissl 0:fe5389573740 12 "NUCLEO_F401RE": {
krissl 0:fe5389573740 13 "target.features_add": ["BLE"],
krissl 0:fe5389573740 14 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
krissl 0:fe5389573740 15 },
krissl 0:fe5389573740 16 "DISCO_L475VG_IOT01A": {
krissl 0:fe5389573740 17 "target.features_add": ["BLE"],
krissl 0:fe5389573740 18 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
krissl 0:fe5389573740 19 }
krissl 0:fe5389573740 20 }
krissl 0:fe5389573740 21 }