GY-63_MS5611/libraries/AtomicWeight/library.json
2023-10-17 19:50:25 +02:00

24 lines
583 B
JSON

{
"name": "AtomicWeight",
"keywords": "Mass,atoms,weight,PTOE,periodic,elements,massPercentage,atomPercentage,mole,gram",
"description": "Arduino library for atomic weights, calculate massPercentage of elements in a formula.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AtomicWeight.git"
},
"version": "0.2.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "AtomicWeight.h"
}