GY-63_MS5611/libraries/Currency/library.json
2021-05-28 13:21:23 +02:00

22 lines
486 B
JSON

{
"name": "currency",
"keywords": "currency, bitcoin, dollar, euro, roebel, yen, yuan",
"description": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/currency"
},
"version":"0.1.1",
"frameworks": "arduino",
"platforms": "*"
}