GY-63_MS5611/libraries/AvrHeap/library.json
2018-01-09 00:11:37 +01:00

25 lines
522 B
JSON

{
"name": "Avrheap",
"keywords": "heap,dump,walk,free,list,debug,analyze",
"description": "Library to runtime analyze the structure of the heap (AVR328).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.4",
"frameworks": "arduino",
"platforms": "atmelavr",
"export": {
"include": "libraries/Avrheap"
}
}