GY-63_MS5611/libraries/printHelpers/library.json
2023-01-29 11:51:20 +01:00

24 lines
604 B
JSON

{
"name": "printHelpers",
"keywords": "Convert,int64,uint64,print,scientific,notation,toBytes,HEX,BIN,Roman",
"description": "Arduino library to help printing. int64 and uint64 support base 10 (DEC) and 16 (HEX). Scientific notation of floats.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/printHelpers"
},
"version": "0.4.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "printHelpers.h"
}