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

24 lines
468 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "PID_RT",
2021-12-23 09:44:14 -05:00
"keywords": "PID,Proportional,Integral,Derivative,controller ",
2021-01-29 06:31:58 -05:00
"description": "Arduino PID library",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PID_RT"
},
2023-02-12 07:01:13 -05:00
"version": "0.1.6",
2021-04-25 13:56:44 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-23 09:44:14 -05:00
"platforms": "*",
"headers": "PID_RT.h"
2021-01-29 06:31:58 -05:00
}