24 lines
461 B
JSON
Raw Normal View History

2023-07-27 13:05:48 +02:00
{
"name": "MTP40F",
"keywords": "MTP40F, CO2, serial",
"description": "Arduino library for MTP40F CO2 sensor",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MTP40F.git"
},
2023-08-04 10:16:10 +02:00
"version": "0.1.1",
2023-07-27 13:05:48 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "MTP40F.h"
}