2021-01-29 06:31:58 -05:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2022-11-29 11:12:53 -05:00
|
|
|
"version": "0.3.0",
|
2021-05-28 07:41:47 -04:00
|
|
|
"license": "MIT",
|
2021-01-29 06:31:58 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-24 07:26:40 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "printHelpers.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|