-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
30 lines (30 loc) · 910 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
28
29
30
{
"name": "RP2040PioServos",
"version": "0.9.1",
"keywords": "device, control, pio, interrupt, isr, isr-based, mission-critical, accuracy, precise, non-blocking, mbed, rpi-pico, rp2040, nano-rp2040-connect, servo, pio",
"description": "This library can drive up to 32 servos with just one PIO and 1 SM per 8 servo. Only for RP2040-based boards with FreeRTOS backend. 50hz update only.",
"authors":
{
"name": "Radek Voltr",
"url": "https://github.com/RadekVoltr",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/RadekVoltr/2040PioServos"
},
"homepage": "https://github.com/RadekVoltr/2040PioServos",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"license": "GPLv3",
"frameworks": "*",
"platforms": ["raspberrypi"],
"examples": "examples/*/*/*.ino",
"headers": ["pio_servo.hpp"]
}