This is the firmware for the 'Connecting devices to Pelion Device Management using Mbed Edge' tutorial

Revision:
0:2f1d715b6434
Child:
1:8f3bde1e6384
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Tue Aug 14 12:17:46 2018 +0200
@@ -0,0 +1,13 @@
+# Mbed Edge tutorial
+
+This is the firmware for the 'Connecting devices to Paleon Device Management using Mbed Edge' tutorial. It implements a simple proprietary serial protocol. Connect to the device on baud rate 115,200.
+
+**Commands**
+
+Send `+LED1\r` to turn the LED on.
+
+Send `-LED1\r` to turn the LED off.
+
+**Events**
+
+When the on-board button was pressed `<BTN=XX\r\n` is emitted, where `XX` is the total button count.