2021-01-29 12:31:58 +01:00
|
|
|
{
|
|
|
|
"name": "printHelpers",
|
2023-01-29 11:51:20 +01:00
|
|
|
"keywords": "Convert,int64,uint64,print,scientific,notation,toBytes,HEX,BIN,Roman",
|
2023-07-15 09:44:38 +02:00
|
|
|
"description": "Arduino library to help printing. int64 and uint64 support base 10 (DEC) and 16 (HEX). Scientific notation of floats. Feet and inch.",
|
2021-01-29 12:31:58 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/printHelpers"
|
|
|
|
},
|
2023-07-15 09:44:38 +02:00
|
|
|
"version": "0.4.1",
|
2021-05-28 13:41:47 +02:00
|
|
|
"license": "MIT",
|
2021-01-29 12:31:58 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-24 13:26:40 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "printHelpers.h"
|
2021-01-29 12:31:58 +01:00
|
|
|
}
|