Avoid trademark issues with library name
This commit is contained in:
parent
d4a93e74d3
commit
7a5733938c
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Arduino-PID",
|
"name": "PID",
|
||||||
"keywords": "pid, integral, controller, industrial",
|
"keywords": "pid, integral, controller, industrial",
|
||||||
"description": "A proportional-integral-derivative controller is a control loop feedback mechanism (controller) widely used in industrial control systems",
|
"description": "A proportional-integral-derivative controller is a control loop feedback mechanism (controller) widely used in industrial control systems",
|
||||||
"author":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Brett Beauregard",
|
"name": "Brett Beauregard",
|
||||||
"email": "br3ttb@gmail.com",
|
"email": "br3ttb@gmail.com",
|
||||||
@ -13,5 +13,7 @@
|
|||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
|
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
|
||||||
}
|
},
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "atmelavr"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user