-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 935 Bytes
/
library.json
File metadata and controls
24 lines (24 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ServoHack",
"version": "1.0.3",
"description": "ServoHack provides precise servo control with potentiometer feedback, fail-safe operation, and EEPROM-based calibration.<br />It supports speed-controlled movements, position verification, and mechanical obstruction detection.<br />Ideal for robotics, automation, and testing rigs where reliable servo positioning is critical with fail-safe and calibration features.",
"keywords": "servo, hack, motor, control, fail-safe, calibration, arduino",
"repository": {
"type": "git",
"url": "https://github.com/TheKvc/ServoHack.git"
},
"authors": [
{
"name": "TheKvc",
"email": "karanveerchouhan@gmail.com",
"url": "https://github.com/TheKvc"
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"dependencies": {
"arduino-libraries/Servo": "*",
"EEPROM": "*"
}
}