Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Updated dead links, references to the "core", added more info on supported boards and corrected markdown.corrected form. #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/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:

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)