From e21489ba3ca79594fb8e6d3430e743b6d2b6dd5d Mon Sep 17 00:00:00 2001 From: Prashant Dandriyal <46529961+PrashantDandriyal@users.noreply.github.com> Date: Wed, 26 Feb 2020 11:17:20 +0530 Subject: [PATCH 1/2] Updated links, references and added more info. --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b8ce1df..90b2e5a 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,26 @@ -##Arduino Ciao (MCU side) +## Arduino Ciao (MCU side) Simple library in C to make MCU communicate with "outside World" through Ciao Core. -###What is Arduino Ciao? +### What is Arduino Ciao? -**Arduino Ciao** is a easy-to-use and powerful technology that enables Arduino sketches to communicate intuitively with the "outside World". It aims to simplify interaction between microcontroller and Linino OS allowing a variety of connections with most common protocols, third-party services and social networks. +**Arduino Ciao or simply Ciao** is a easy-to-use and powerful technology that enables Arduino sketches to communicate intuitively with the "outside World". It aims to simplify interaction between microcontroller and [Linino OS](https://www.linino.org) allowing a variety of connections with most common protocols, third-party services and social networks. Arduino Ciao is open-source and distributed under MIT license: feel free to read it, suggest improvements, provide feedbacks and develop new features. -More information about Arduino Ciao project can be found at http://labs.arduino.org/Ciao +More information about Arduino Ciao project can be found at https://www.arduino.cc/en/Reference/Ciao -###Arduino Ciao (MCU side) - Ciao Library +### Arduino Ciao (MCU side) - Ciao Library Arduino Ciao is made of two main parts: - * the **Ciao Library** - usable inside *sketches*, it's written in C. - * the [Ciao Core](http://labs.arduino.org/Ciao+CPU) - a library developed in python that runs on the CPU/MIPS side of the board.(source code available [here](https://github.com/arduino-org/Ciao)) + * The **Ciao Library** - usable inside *sketches*, it's written in C. + * The [Ciao Core](https://github.com/bcmi-labs/arduino-library-ciao) - a library developed in python that runs on the CPU/MIPS side of the board.(archived source code available [here](https://github.com/arduino-org/Ciao)) **Ciao Library** allows you to send and receive data outside the microcontroller, through a serial communication, in a simple and intuitive way. +This architecture is currently available on the following products: -Details about **Ciao Library** architecture are available in the [Arduino wiki](http://labs.arduino.org/Ciao+MCU) + * Arduino Industrial 101 + * Arduino Tian + * Arduino Yún LininoOS + * Arduino Yún Mini + +Details about **Ciao Library** architecture are available in the [Arduino wiki](https://www.arduino.cc/en/Reference/Ciao) From 0c520255aefa7058c4254dcc32a3968c2ff8e088 Mon Sep 17 00:00:00 2001 From: Prashant Dandriyal <46529961+PrashantDandriyal@users.noreply.github.com> Date: Fri, 28 Feb 2020 06:57:57 +0530 Subject: [PATCH 2/2] Update README.md Co-Authored-By: per1234 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b2e5a..1d17ea9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ More information about Arduino Ciao project can be found at https://www.arduino. Arduino Ciao is made of two main parts: * The **Ciao Library** - usable inside *sketches*, it's written in C. - * The [Ciao Core](https://github.com/bcmi-labs/arduino-library-ciao) - a library developed in python that runs on the CPU/MIPS side of the board.(archived source code available [here](https://github.com/arduino-org/Ciao)) + * The [Ciao Core](https://github.com/bcmi-labs/arduino-library-ciao) - a library developed in python that runs on the CPU/MIPS side of the board.(archived source code available [here](https://github.com/bcmi-labs/Ciao)) **Ciao Library** allows you to send and receive data outside the microcontroller, through a serial communication, in a simple and intuitive way. This architecture is currently available on the following products: