Merge ISM43362 latest version
This is a fork from the mbed team's official example code.
Included ISM43362 module driver.
Tested with
Revision 99:da54ca077358, committed 2019-09-20
- Comitter:
- Daniel_Lee
- Date:
- Fri Sep 20 02:18:26 2019 +0000
- Parent:
- 98:ea4e2f0eadde
- Child:
- 100:0f48ae8831da
- Commit message:
- Merge ISM43362 latest version
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
| wifi-ism43362.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Tue Jul 23 12:00:48 2019 +0100
+++ b/mbed_app.json Fri Sep 20 02:18:26 2019 +0000
@@ -1,8 +1,12 @@
{
"config": {
+ "wifi-shield": {
+ "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
+ "value": "WIFI_ISM43362"
+ },
"wifi-ssid": {
"help": "WiFi SSID",
- "value": "\"SSID\""
+ "value": "\"wevo\""
},
"wifi-password": {
"help": "WiFi Password",
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wifi-ism43362.lib Fri Sep 20 02:18:26 2019 +0000 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/wifi-ism43362/#66d17b95a60aa53ccf775c9942997d7a2178ef56
Daniel Lee