Avoid trademark issues with library name

This commit is contained in:
Ivan Kravets 2014-12-06 23:27:41 +02:00
parent d4a93e74d3
commit 7a5733938c

View File

@ -1,8 +1,8 @@
{
"name": "Arduino-PID",
"name": "PID",
"keywords": "pid, integral, controller, industrial",
"description": "A proportional-integral-derivative controller is a control loop feedback mechanism (controller) widely used in industrial control systems",
"author":
"authors":
{
"name": "Brett Beauregard",
"email": "br3ttb@gmail.com",
@ -13,5 +13,7 @@
{
"type": "git",
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
}
},
"frameworks": "arduino",
"platforms": "atmelavr"
}