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

24 lines
492 B
JSON
Raw Normal View History

2021-08-23 13:33:25 -04:00
{
"name": "MTP40C",
2021-09-02 01:40:38 -04:00
"keywords": "MTP40, MTP40C, MTP40D, CO2, serial",
"description": "Arduino library for MTP40, MTP40C + MTP40D CO2 sensor",
2021-08-23 13:33:25 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MTP40C.git"
},
2023-07-31 11:39:01 -04:00
"version": "0.3.0",
2021-08-23 13:33:25 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-22 05:36:50 -05:00
"platforms": "*",
"headers": "MTP40C.h"
2021-08-23 13:33:25 -04:00
}