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

24 lines
583 B
JSON
Raw Normal View History

2022-12-30 11:29:07 -05:00
{
"name": "AtomicWeight",
2023-04-15 14:15:18 -04:00
"keywords": "Mass,atoms,weight,PTOE,periodic,elements,massPercentage,atomPercentage,mole,gram",
2023-04-12 10:52:57 -04:00
"description": "Arduino library for atomic weights, calculate massPercentage of elements in a formula.",
2022-12-30 11:29:07 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AtomicWeight.git"
},
2023-10-17 13:50:25 -04:00
"version": "0.2.1",
2022-12-30 11:29:07 -05:00
"license": "MIT",
2023-10-17 13:50:25 -04:00
"frameworks": "*",
2022-12-30 11:29:07 -05:00
"platforms": "*",
"headers": "AtomicWeight.h"
}