Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.13 KB

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.