Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Homepage
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": ""
}