test code

Dependencies:   HX711_weight

Committer:
Eugene0469
Date:
Wed Jun 26 03:36:24 2019 +0000
Revision:
84:b908b2d41549
Parent:
74:51fde11a771f
Modify the hx711 library;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:864ddfb70a9c 1 {
mbed_official 2:864ddfb70a9c 2 "target_overrides": {
mbed_official 2:864ddfb70a9c 3 "K64F": {
mbed_official 2:864ddfb70a9c 4 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:864ddfb70a9c 6 },
mbed_official 2:864ddfb70a9c 7 "NUCLEO_F401RE": {
mbed_official 2:864ddfb70a9c 8 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 38:f36c230b1b28 10 },
mbed_official 38:f36c230b1b28 11 "DISCO_L475VG_IOT01A": {
mbed_official 38:f36c230b1b28 12 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 74:51fde11a771f 14 },
mbed_official 74:51fde11a771f 15 "NRF52840_DK": {
mbed_official 74:51fde11a771f 16 "target.features_add": ["BLE"],
mbed_official 74:51fde11a771f 17 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 74:51fde11a771f 18 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 74:51fde11a771f 19 },
mbed_official 74:51fde11a771f 20 "NRF52_DK": {
mbed_official 74:51fde11a771f 21 "target.features_add": ["BLE"],
mbed_official 74:51fde11a771f 22 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 74:51fde11a771f 23 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 2:864ddfb70a9c 24 }
mbed_official 2:864ddfb70a9c 25 }
mbed_official 2:864ddfb70a9c 26 }