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

24 lines
462 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-11-14 11:40:51 -05:00
"version": "0.1.7",
2021-04-25 13:56:44 -04:00
"license": "MIT",
2023-11-14 11:40:51 -05:00
"frameworks": "*",
2021-12-23 09:44:14 -05:00
"platforms": "*",
"headers": "PID_RT.h"
2021-01-29 06:31:58 -05:00
}