GY-63_MS5611/libraries/AvrHeap/library.json

24 lines
542 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "Avrheap",
2018-01-08 18:11:37 -05:00
"keywords": "heap,dump,walk,free,list,debug,analyze",
2024-04-09 03:21:57 -04:00
"description": "Library to runtime analyse the structure of the heap (AVR 328).\n Note:not a beginners library",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:10:47 -05:00
"url": "https://github.com/RobTillaart/avrheap.git"
2016-12-17 14:53:18 -05:00
},
2024-04-09 03:21:57 -04:00
"version": "0.2.7",
2021-05-28 07:20:16 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2021-12-13 15:05:26 -05:00
"platforms": "avr",
"headers": "avrheap.h"
2016-12-17 14:53:18 -05:00
}