GY-63_MS5611/libraries/DMM/library.json
rob tillaart 349b871476 0.1.1 DMM
2022-12-21 21:16:14 +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.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "DMM.h"
}