This is the sample program that can see the decode result of barcode data on Watson IoT.
Dependencies: AsciiFont DisplayApp GR-PEACH_video LCD_shield_config LWIPBP3595Interface_STA_for_mbed-os USBDevice
mbed_app.json
- Committer:
- Osamu Nakamura
- Date:
- 2016-11-10
- Revision:
- 1:67f8b5cfde75
- Parent:
- 0:7d720671e6dc
File content as of revision 1:67f8b5cfde75:
{
"config": {
"network-interface":{
"help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
"value": "ETHERNET"
},
"wifi-ssid": {
"help": "WiFi SSID",
"value": "\"SSID\""
},
"wifi-password": {
"help": "WiFi Password",
"value": "\"Password\""
},
"wifi-security": {
"help": "Type of encryption for connection",
"value": "NSAPI_SECURITY_WPA2"
},
"wifi-tx": {
"help": "TX pin for serial connection to external device",
"value": "D1"
},
"wifi-rx": {
"help": "RX pin for serial connection to external device",
"value": "D0"
},
"shutdown-button-enable": {
"help": "enable the K64F use of SWx for the deregistation/shutdown button",
"value": "true"
},
"shutdown-pin": {
"help": "which shutdown button should be used as the deregistation/shutdown button",
"value": "USER_BUTTON0"
}
},
"macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
"target_overrides": {
"*": {
"target.features_add": ["CLIENT", "COMMON_PAL"],
"mbed-client.reconnection-count": 3,
"mbed-client.reconnection-interval": 5
},
"RZ_A1H": {
"target.macros_add": ["MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES"]
}
}
}