24 lines
468 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "PID_RT",
2021-12-23 15:44:14 +01:00
"keywords": "PID,Proportional,Integral,Derivative,controller ",
2021-01-29 12:31:58 +01: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 13:01:13 +01:00
"version": "0.1.6",
2021-04-25 19:56:44 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
2021-12-23 15:44:14 +01:00
"platforms": "*",
"headers": "PID_RT.h"
2021-01-29 12:31:58 +01:00
}