-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility with Arduino library format
- Loading branch information
1 parent
3213eb5
commit a655435
Showing
3 changed files
with
6 additions
and
6 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
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=ACAN2517 | ||
version=1.0.0 | ||
name=ACAN2517FD | ||
version=1.0.1 | ||
author=Pierre Molinaro | ||
maintainer=Pierre Molinaro <[email protected]> | ||
sentence=Driver for MCP2517FD CAN Controller (CAN 2.0B mode) | ||
paragraph=This library is an Arduino CAN network driver for the MCP2517FD CAN Controller, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. | ||
sentence=Driver for MCP2517FD CAN Controller (CAN FD mode) | ||
paragraph=This library is an Arduino CAN network driver for the MCP2517FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. | ||
category=Communication | ||
url=https://github.com/pierremolinaro/acan2517 | ||
url=https://github.com/pierremolinaro/acan2517FD | ||
architectures=* |