GY-63_MS5611/libraries/DMM/library.json

24 lines
487 B
JSON
Raw Normal View History

2022-12-21 15:16:14 -05:00
{
"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"
}