Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 766 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 766 Bytes

calvin-arduino

This is a port to Arduino of a minimal implementaion of Ericsson's Calvin platform. The port is implemented as an arduino library and should be called during setup() within the sketch.

Installation

In order to use this library the library folder must be placed inside your Arduino libraries.

  1. Clone the repo or download as zip-archive.

  2. Navigate to .../arduino-1.x/libraries/ and add the entire CalvinMini folder there. (If the libraries folder does not exist, simply create the folder first).

  3. Restart the Arduino application and the Calvin Arduino will be available to include to your sketch.

For further information please browse the Documents folder.