Skip to content

alberanid/arduino-rrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Arduino RRD library

That's a very simple Arduino library that can be used to periodically collect analog or digital data and store them in an RRD pool, without interrupting the normal flow of your program.

Beware that this is just a draft, and not a mature project.

How it works

  • copy the RRD directory in you ~/sketchbook/libraries/ directory (if needed, create it)
  • import it in your project with #include <RRD.h>
  • refer the the comments in the RRD.cpp file for an usage example.

Author

Davide Alberani [email protected] (C) 2012 http:https://www.mimante.net/

License

The code is released under the terms of the MIT license.

Releases

No releases published

Packages

No packages published

Languages