GY-63_MS5611/libraries/DMM/library.json
rob tillaart 0c52a748b9 0.1.2 DMM
2023-02-04 14:10:04 +01:00

24 lines
487 B
JSON

{
"name": "DMM",
"keywords": "DMM, analogRead, voltage",
"description": "DMM (digital multimeter) library for Arduino. Voltage only for now.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DMM.git"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "DMM.h"
}