-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
library.json
56 lines (56 loc) · 1.61 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "CirquePinnacle",
"keywords": "spi, i2c, cirque, pinnacle, glidepoint, touch, sensor",
"description": "A driver library for interfacing with the Cirque Pinnacle (1CA027) touch controller used in Cirque Glidepoint Circle Trackpads.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/2bndy5/CirquePinnacle.git"
},
"version": "1.0.1",
"export": {
"exclude": [
".env/",
".github/",
".mypy_cache/",
".ruff_cache/",
"docs/",
"keywords.txt",
"examples/pico_sdk/",
"examples/cpython/",
"examples/linux/",
"src/cmake/*",
"src/CMakeLists.txt",
"src/utility/CMakeLists.txt",
"src/utility/includes.h.in",
"src/utility/includes.h",
"src/utility/bcm2xxx/*",
"src/utility/linux_kernel/*",
"src/utility/mraa/*",
"src/utility/pigpio/*",
"src/utility/rp2/*",
"src/utility/template/*",
"src/pybind11/",
"src/cirque_pinnacle-stubs/*",
"src/py_bindings.cpp",
".pre-commit-config.yaml",
".readthedocs.yml",
"install-linux.sh",
"MANIFEST.in",
"pyproject.toml",
"setup.py"
]
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy",
"atmelmegaavr",
"espressif32",
"espressif8266",
"ststm32",
"nrf52",
"nrf51"
]
}