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

24 lines
472 B
JSON
Raw Permalink Normal View History

2023-06-22 12:50:03 -04:00
{
"name": "integer24",
2023-06-27 12:28:02 -04:00
"keywords": "uint24_t, int24_t, 24 bits, datatype",
2023-06-22 12:50:03 -04:00
"description": "ACS712 library for Arduino. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/integer24.git"
},
2023-11-07 08:29:20 -05:00
"version": "0.1.2",
2023-06-22 12:50:03 -04:00
"license": "MIT",
2023-11-07 08:29:20 -05:00
"frameworks": "*",
2023-06-22 12:50:03 -04:00
"platforms": "*",
"headers": "integer24.h"
}