Skip to content

Commit

Permalink
Compatibility with Arduino library format
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremolinaro committed Oct 29, 2018
1 parent 3213eb5 commit a655435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified extras
Binary file not shown.
2 changes: 1 addition & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ACAN2517FD KEYWORD1
ACAN2517FDSettings KEYWORD1
CANMessage KEYWORD1
CANFDMessage KEYWORD1
MCP2517Filters KEYWORD1
ACAN2517FDFilters KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
10 changes: 5 additions & 5 deletions library.properties
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=*

0 comments on commit a655435

Please sign in to comment.