Merge ISM43362 latest version
This is a fork from the mbed team's official example code.
Included ISM43362 module driver.
Tested with
Revision 100:0f48ae8831da, committed 2019-09-20
- Comitter:
- Daniel_Lee
- Date:
- Fri Sep 20 02:36:00 2019 +0000
- Parent:
- 99:da54ca077358
- Commit message:
- Initialize mbed_app.json;
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Fri Sep 20 02:18:26 2019 +0000
+++ b/mbed_app.json Fri Sep 20 02:36:00 2019 +0000
@@ -1,12 +1,12 @@
{
"config": {
"wifi-shield": {
- "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
+ "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1, WIFI_ISM43362",
"value": "WIFI_ISM43362"
},
"wifi-ssid": {
"help": "WiFi SSID",
- "value": "\"wevo\""
+ "value": "\"SSID\""
},
"wifi-password": {
"help": "WiFi Password",
Daniel Lee