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"
|
|
|
|
},
|
2024-04-07 11:42:13 -04:00
|
|
|
"version": "0.2.2",
|
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"
|
|
|
|
}
|