From 94e9a0ef6550781eec0d776d70390534a81c28e4 Mon Sep 17 00:00:00 2001 From: Younghyun Jo Date: Mon, 26 Sep 2016 11:52:01 +0900 Subject: [PATCH] README modified --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88acf7f..7ec5bd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Thingplus -This is Thing+ MQTT library for **Arduino** and **ESP8266**.
+This is Thing+ MQTT library for **Arduino**, **ARM CORTEX-M** and **ESP8266**.
You can make your own IoT application fast with Thing+
Here is Thing+ arduino_libaray features.
@@ -12,6 +12,8 @@ Here is Thing+ arduino_libaray features.
- Automatic time synchronzing ### News +- 09.26.2016 : v1.0.6 Release + - For now, Thingplus library is compatible with CORTEX-M - 09.19.2016 : v1.0.5 Release - 07.27.2016 : v1.0.4 Released - From 1.0.4, Arduino example uees timer library. @@ -22,6 +24,8 @@ Here is Thing+ arduino_libaray features.
- 06.18.2016 : Now you can install Thingplus library with Arduino library manager ### Release Note +- v1.0.6 + - ARM Cortex-M compatibles added. - v1.0.5 - Library stabilty enhanced. - SRAM overflow fixed