@PlatformIO Library Registry manifest file

This commit is contained in:
Ivan Kravets 2016-12-16 12:33:43 +02:00 committed by GitHub
parent 0be0a563ef
commit 525476e0e5

View File

@ -0,0 +1,15 @@
{
"name": "RunningAverage",
"keywords": "running average, moving average, average",
"description": "The library stores the last N individual values in a circular buffer to calculate the running average.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/RunningAverage"
}
}