23 lines
443 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "PID_RT",
2021-04-25 19:56:44 +02: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"
},
2021-11-12 13:52:09 +01:00
"version": "0.1.3",
2021-04-25 19:56:44 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
"platforms": "*"
}