source: rtos_arduino/trunk/arduino_lib/libraries/Ciao/README.md@ 175

Last change on this file since 175 was 175, checked in by ertl-honda, 8 years ago

ライブラリを Arduino IDE 1.7.9 にupdate

File size: 1.3 KB
Line 
1##Arduino Ciao (MCU side)
2Simple library in C to make MCU communicate with "outside World" through Ciao Core.
3
4###What is Arduino Ciao?
5
6**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.
7
8Arduino Ciao is open-source and distributed under MIT license: feel free to read it, suggest improvements, provide feedbacks and develop new features.
9
10More information about Arduino Ciao project can be found at http://labs.arduino.org/Ciao
11
12###Arduino Ciao (MCU side) - Ciao Library
13
14Arduino Ciao is made of two main parts:
15 * the **Ciao Library** - usable inside *sketches*, it's written in C.
16 * 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+CPU))
17
18**Ciao Library** allows you to send and receive data outside the microcontroller, through a serial communication, in a simple and intuitive way.
19
20Details about **Ciao Library** architecture are available in the [Arduino wiki](http://labs.arduino.org/Ciao+MCU)
Note: See TracBrowser for help on using the repository browser.