2023-06-22 18:50:03 +02:00
|
|
|
{
|
|
|
|
"name": "integer24",
|
2023-06-27 18:28:02 +02:00
|
|
|
"keywords": "uint24_t, int24_t, 24 bits, datatype",
|
2023-06-22 18:50:03 +02: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 14:29:20 +01:00
|
|
|
"version": "0.1.2",
|
2023-06-22 18:50:03 +02:00
|
|
|
"license": "MIT",
|
2023-11-07 14:29:20 +01:00
|
|
|
"frameworks": "*",
|
2023-06-22 18:50:03 +02:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "integer24.h"
|
|
|
|
}
|