-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibrary.json
27 lines (26 loc) · 1012 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "PositionControl ",
"version": "1.2.0",
"description": "This is a library aiming at implementing pid control to control the position of a DC motor with feedback from quadrature encoder. It is a multifunctional program with extra feature of tuning the gain parameters and very useful for robotic enthusiast in wheeled robots",
"keywords": "DC motor, control system, PID , position control , speed control with feedback, arduino motor position control , teensy position control",
"repository":
{
"type": "git",
"url": "https://github.com/mission-mangal/PositionControl.git"
},
"authors":
[
{
"name": "MaRS IIITDM Kancheepuram",
"email": "[email protected]",
"url": "https://marsiiitdmk.netlify.app/"
},
],
"license": "MIT",
"homepage": "https://www.linkedin.com/company/mars-research-station/",
"dependencies": {
"ownername/print": "~1.0.1"
},
"frameworks": "*",
"platforms": "*"
}