forked from Open-Agriculture/AgIsoStack-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 955 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 955 Bytes
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
{
"name": "Isobus++",
"version": "1.0.0",
"description": "The Free ISO11783 & J1939 CAN Stack",
"keywords": "can, isobus, j1939, agritech, smart-farming, iso11783",
"repository": {
"type": "git",
"url": "https://github.com/ad3154/ISO11783-CAN-Stack.git"
},
"license": "MIT",
"homepage": "https://isobusplusplus.com/",
"build": {
"flags": [
"-Ihardware_integration/include",
"-Iisobus/include",
"-Iutility/include"
],
"srcFilter": [
"+<isobus/src/*>",
"+<utility/src/*>",
"+<hardware_integration/src/can_hardware_interface.cpp>",
"+<hardware_integration/src/twai_plugin.cpp>",
"+<hardware_integration/src/mcp2515_can_interface.cpp>",
"+<hardware_integration/src/spi_interface_esp.cpp>",
"+<hardware_integration/src/spi_transaction_frame.cpp>"
]
}
}