Skip to content

Commit

Permalink
README file modified
Browse files Browse the repository at this point in the history
  • Loading branch information
dieguich committed Nov 11, 2013
1 parent 23cf395 commit 924f9cc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@ linked_data_coffee-maker
========================

This is a project related to the design of a coffee maker which is able to sense its energy data and to store the breakdown of it in a remote Database as RDF triples.


Dependencies
-------------

This project has some external dependencies. All of them are stored in other github repositories:

* RTClib: https://github.com/adafruit/RTClib
* EmonLib: https://github.com/openenergymonitor/EmonLib
* RestClient: https://github.com/csquared/arduino-restclient
- This library has been slightly modified, so please use the version which is provided in this github repository.

To add them to you Arduino IDE you have two options:
- Either you store them in the libraries folder within the place where you installed the Arduino application;
- Either you store them in a folder also called libraries within your Sketchbokk folder.

For more info about new libraries and how to do use of them (dependig of your OS), please follow the next link: http://arduino.cc/en/Guide/Libraries


Thanks a lot to the people who contributes developing libraries like those which are used in this project.

0 comments on commit 924f9cc

Please sign in to comment.