Skip to content

Commit 62f484a

Browse files
committed
change the repo's name
1 parent bfc70f2 commit 62f484a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

library.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "CAN_BUS_Shield",
3-
"keywords": "can, bus, mcp2515, MCP-2515",
4-
"description": "Library provides CAN communication on the CAN-Bus Shield.",
3+
"keywords": "can, bus, MCP2518FD ,mcp2515, MCP-2515",
4+
"description": "Seeed Arduino library to control CAN-BUS and CAN BUS FD.",
55
"repository":
66
{
77
"type": "git",
8-
"url": "https://github.com/Seeed-Studio/CAN_BUS_Shield.git"
8+
"url": "https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git"
99
},
1010
"version": "1.20",
1111
"frameworks": "arduino",
12-
"platforms": "atmelavr"
12+
"platforms": "*"
1313
}

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=CAN-BUS Shield
1+
name=Seeed Arduino CAN
22
version=1.0.0
33
author=Seeed Studio
44
maintainer=Seeed Studio <[email protected]>
5-
sentence=Arduino library to control CAN-BUS Shield.
6-
paragraph=Arduino library to control CAN-BUS Shield.
5+
sentence=Seeed Arduino library to control CAN-BUS and CAN BUS FD.
6+
paragraph=Seeed Arduino library to control CAN-BUS and CAN BUS FD.
77
category=Device Control
8-
url=https://github.com/Seeed-Studio/CAN_BUS_Shield
8+
url=https://github.com/Seeed-Studio/Seeed_Arduino_CAN
99
architectures=*

0 commit comments

Comments
 (0)