This is a mbed Client sample where ZXing is incorporated, and works on GR-PEACH and GR-LYCHEE.
Dependencies: DisplayApp AsciiFont
Connection type
This sample uses "NO_CONNECT" as the default connection type. To change the connection type, set one of them in mbed_app.json.
EX) Ethernet
mbed_app.json
"network-interface": { "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_BP3595, NO_CONNECT", "value": "ETHERNET" }
EX) ESP32
mbed_app.json
"network-interface": { "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_BP3595, WIFI_ESP32, NO_CONNECT", "value": "WIFI_ESP32" }