Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alberanid/arduino-rrd
An RRD library for Arduino
https://github.com/alberanid/arduino-rrd
arduino arduino-library c-plus-plus rrd
Last synced: 3 months ago
JSON representation
An RRD library for Arduino
- Host: GitHub
- URL: https://github.com/alberanid/arduino-rrd
- Owner: alberanid
- Created: 2012-06-16T14:47:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T22:06:32.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T02:48:00.084Z (almost 2 years ago)
- Topics: arduino, arduino-library, c-plus-plus, rrd
- Language: C++
- Size: 110 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 \
- refer the the comments in the RRD.cpp file for an usage example.Author
======Davide Alberani (C) 2012
http://www.mimante.net/License
=======The code is released under the terms of the MIT license.