Merge ISM43362 latest version

This is a fork from the mbed team's official example code.

Included ISM43362 module driver.

Tested with

mbed_app_esp8266.json

Committer:
mbed_official
Date:
2019-02-19
Revision:
95:19412faf3667
Parent:
87:dda31ae09824

File content as of revision 95:19412faf3667:

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