diff --git a/README.md b/README.md index c867321..599d910 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This piece is a main controller. The main objectives are: * Handle the communcation like receiving animation requests and process * Save and read animations from SD card * Send data to the Rainbowduino + TODO: More details to come ## Rainbowduino: @@ -43,6 +44,10 @@ This piece receives data over I2C protocol and displays it on the cube. It has also some animations. In case there is no data to display it plays default animations. There is not much logic on this side. For more details please check the [Rainbowduino Wiki](http://www.seeedstudio.com/wiki/Rainbow_Cube) +## Cube4Fun Application +The application is written in a new apple programming language [Swift](https://developer.apple.com/swift/). The communication part is using the [Poco Library](http://pocoproject.org/) which is written in C++. So it's easy to create a new application for any other device and don't care about TCP/IP communication. + + [logo]: http://cube4fun.net/public/Cube6-128j.png "Logo" [overview1]: http://cube4fun.net/public/Overview-Pic1.png "Overview"