GY-63_MS5611/libraries/DMM/library.json
Rob Tillaart dc533888ca 0.1.3 DMM
2023-10-19 15:19:50 +02:00

24 lines
481 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.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "DMM.h"
}