mbed_app.json configured to operate on senet

To enable cayenne, edit mbed_app.json, assign pins for desired function

Example:

        "cayenne": {
            "help": "compile main_cayenne.cpp instead of main.cpp",
            "value": 1
        },
        "analog_in_pin": {
            "help": "PA_0, PA_4, PA_5",
            "value": "PA_0"
        },
        "analog_out_pin": {
            "help": "PA_0, PB_5, PB_10, PB_11",
            "value": "PB_11"
        },
        "_digital_out_pin": {
            "help": "",
            "value": ""
        }

Revisions of mbed_app.json

Revision Date Message Actions
61:9a84b5964019 2020-05-04 add cayenne option File  Diff  Annotate
60:b951e344a9fc 2020-04-08 mbed_app.json for senet USA File  Diff  Annotate
58:4d1114ac60aa 2019-10-08 Merge pull request #166 from trowbridgec/add-ep-agora File  Diff  Annotate
57:36e87c44c920 2019-09-03 Merge pull request #140 from bentcooke/add_sx126x File  Diff  Annotate
54:19d02b47e598 2019-07-23 Merge pull request #153 from itziardelatorre/add_target_IM880B File  Diff  Annotate
26:f07f5febf97f 2018-06-28 Using string to identify region rather than number File  Diff  Annotate
23:2b0d9c892149 2018-06-07 Fix correct target name for FF1705_L151CC File  Diff  Annotate
18:1720bc3831ea 2018-05-15 Remove usage of DEVICE_SPI and MBED_CONF_APP_LORAWAN_ENABLED flags File  Diff  Annotate
15:6ae43b4082f8 2018-05-03 Fix default application key File  Diff  Annotate
12:5015dfead3f2 2018-04-18 Reduce example application memory usage File  Diff  Annotate
7:2fc0e8a7b6f0 2018-03-16 Merge pull request #48 from janjongboom/patch-1 File  Diff  Annotate
6:d6016e907c7a 2018-03-13 Reduced main stack size for Disco target File  Diff  Annotate
3:8c7198d1a2a1 2018-03-11 Added LORAWAN_ENABLED flag to disable building in unsupported devices File  Diff  Annotate
2:dc95ac6d6d4e 2018-03-09 Refactor construction of LoRaWANInterface object File  Diff  Annotate
1:c7fae321242f 2018-03-09 Fixed default PIN mappings File  Diff  Annotate
0:7037ed05f54f 2018-03-08 Fix construction of LoRaWANInterface object File  Diff  Annotate