GY-63_MS5611/libraries/printHelpers/library.json
2021-11-13 18:15:22 +01:00

23 lines
565 B
JSON

{
"name": "printHelpers",
"keywords": "Convert, int64, uint64, print, scientific, notation, toBytes",
"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.2.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}