-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 1.08 KB
/
library.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
{
"name": "CRUMBS",
"version": "0.11.0",
"description": "CRUMBS: a small, portable C-based protocol for controller/peripheral I2C messaging (Arduino + Linux HALs).",
"keywords": "i2c,crumbs,crc,arduino,linux,protocol",
"repository": {
"type": "git",
"url": "https://github.com/FEASTorg/CRUMBS.git"
},
"authors": [
{
"name": "Cameron",
"email": "cambrooks3393@gmail.com",
"maintainer": true
}
],
"license": "GPL-3.0-or-later",
"frameworks": [
"arduino"
],
"platforms": "*",
"examples": [
"examples/core_usage/arduino/hello_peripheral",
"examples/core_usage/arduino/hello_controller",
"examples/core_usage/arduino/basic_peripheral",
"examples/core_usage/arduino/basic_controller",
"examples/core_usage/arduino/advanced_controller",
"examples/core_usage/arduino/basic_peripheral_noncrumbs",
"examples/core_usage/platformio/simple_controller",
"examples/core_usage/platformio/simple_peripheral",
"examples/handlers_usage/platformio/mock_controller",
"examples/handlers_usage/platformio/mock_peripheral"
]
}