GY-63_MS5611/libraries/Currency/library.json

22 lines
486 B
JSON
Raw Normal View History

2021-03-01 04:11:54 -05:00
{
"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"
},
2021-05-28 07:21:23 -04:00
"version":"0.1.1",
2021-03-01 04:11:54 -05:00
"frameworks": "arduino",
"platforms": "*"
}