Skip to content

Commit 341e3ba

Browse files
committedJul 27, 2024
Add Arduino and PlatformIO setting files
1 parent 6ed522f commit 341e3ba

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
 

‎library.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "gs2d",
3+
"keywords": "serial, servo, motor, device, control, futaba, dynamixel",
4+
"description": "gs2d (Generic Serial-bus Servo Driver) Library",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/karakuri-products/gs2d-cpp"
9+
},
10+
"authors":
11+
{
12+
"name": "",
13+
"url": "https://github.com/karakuri-products/gs2d"
14+
},
15+
"version": "0.0.1",
16+
"license": "Apache-2.0",
17+
"frameworks": "*",
18+
"platforms": "*"
19+
}

‎library.properties

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=gs2d
2+
version=0.0.1
3+
author=
4+
maintainer=
5+
sentence=gs2d (Generic Serial-bus Servo Driver) Library
6+
paragraph=gs2d is a library developed for the purpose of running commercially available serial bus RC servos (a.k.a. serial servos) using the same method and independent of protocol.
7+
category=Serial Servo Motor
8+
url=https://github.com/karakuri-products/gs2d
9+
architectures=*

0 commit comments

Comments
 (0)
Please sign in to comment.