-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: library.json and library.properties
- Loading branch information
1 parent
58a38c9
commit b946ae7
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "CAN_BUS_Shield", | ||
"keywords": "can, bus, mcp2518fd, mcp2515, mcp-2515", | ||
"description": "Seeed Arduino library to control CAN-BUS and CAN BUS FD.", | ||
"keywords": "can, bus, mcp2518fd, mcp2515", | ||
"description": "Seeed Arduino library to control CAN BUS and CAN BUS FD.", | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git" | ||
}, | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"frameworks": "arduino", | ||
"platforms": "*" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=CAN-BUS Shield | ||
version=2.3.2 | ||
name=CAN_BUS_Shield | ||
version=2.3.3 | ||
author=Seeed Studio | ||
maintainer=Seeed Studio <[email protected]> | ||
sentence=Seeed Arduino library to control CAN-BUS and CAN BUS FD. | ||
paragraph=Seeed Arduino library to control CAN-BUS and CAN BUS FD. | ||
sentence=Seeed Arduino library to control CAN BUS and CAN BUS FD. | ||
paragraph=Seeed Arduino library to control CAN BUS and CAN BUS FD. | ||
category=Device Control | ||
url=https://github.com/Seeed-Studio/Seeed_Arduino_CAN | ||
architectures=* |