forked from GraniteDevices/SimpleMotionV2
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 667 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "SimpleMotionV2-Arduino",
"version": "1.0.0",
"keywords": "arduino, simplemotion, ioni, argon, granitedevices",
"description": "An Arduino library for controlling SimpleMotion IONI/ARGON drives from Granite Devices. It was ported from the official SimpleMotionV2 library.",
"license": "Apache-2.0",
"repository":
{
"type": "git",
"url": "https://github.com/JSC-TechMinds/SimpleMotionV2-Arduino"
},
"authors":
[
{
"name": "JSC TechMinds",
"email": "development@jsctm.cz",
"url": "https://github.com/JSC-TechMinds",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "avr,esp32"
}