From cc216fa985c849c6821055ea8768da83e435205a Mon Sep 17 00:00:00 2001 From: Asuki Kono Date: Sun, 4 Apr 2021 15:59:58 +0900 Subject: [PATCH] Update link for acan library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9c766..922c157 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Compatibility with the ACAN library -This library is fully compatible with the Teensy 3.x ACAN library [https://github.com/pierremolinaro/acan](), it uses a very similar API and the same `CANMessage` class for handling messages. +This library is fully compatible with the Teensy 3.x ACAN library https://github.com/pierremolinaro/acan, it uses a very similar API and the same `CANMessage` class for handling messages. ### ACAN2515 library description ACAN2515 is a driver for the MCP2515 CAN Controller. It runs on any Arduino compatible board.