Merge ISM43362 latest version
This is a fork from the mbed team's official example code.
Included ISM43362 module driver.
Tested with
mbed_app.json
- Committer:
- Daniel_Lee
- Date:
- 2019-09-20
- Revision:
- 100:0f48ae8831da
- Parent:
- 99:da54ca077358
File content as of revision 100:0f48ae8831da:
{
"config": {
"wifi-shield": {
"help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1, WIFI_ISM43362",
"value": "WIFI_ISM43362"
},
"wifi-ssid": {
"help": "WiFi SSID",
"value": "\"SSID\""
},
"wifi-password": {
"help": "WiFi Password",
"value": "\"PASSWORD\""
}
},
"target_overrides": {
"*": {
"platform.stdio-convert-newlines": true
}
}
}
Daniel Lee