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:
mbed_official
Date:
2018-08-31
Revision:
77:b74ac6641a3e
Parent:
71:a0fbcc153b55
Child:
99:da54ca077358

File content as of revision 77:b74ac6641a3e:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"PASSWORD\""
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        }
    }
}