-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
30 lines (30 loc) · 848 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": "PiMech2040",
"version": "1.0.0",
"keywords": "device, control, pio, interrupt, isr, isr-based, mission-critical, accuracy, precise, non-blocking, mbed, rpi-pico, rp2040, nano-rp2040-connect, servo, pio",
"description": "RP2040 based Astromech and Groundmech Controller",
"authors":
{
"name": "Alec Muir (Roy86)",
"url": "https://www.roy86.com.au/pimech2040",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/roy86/PiMech2040"
},
"homepage": "https://www.roy86.com.au/pimech2040",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"license": "MIT",
"frameworks": "*",
"platforms": ["raspberrypi","raspberrypi_pico","raspberrypi_pico_w"],
"examples": "examples/*/*/*.ino",
"headers": ["pimech_motorshield.hpp"]
}