Skip to content

Commit 18055d9

Browse files
committed
Features on index
1 parent 65f06c4 commit 18055d9

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
Use that [Library](https://github.com/autowp/arduino-mcp2515) to communicate with MCP2515
44

5+
## Features
6+
7+
Implement communication with CAN bus via MCP2515 by CanHacker (lawicel) protocol.
8+
9+
- send & receive can frames
10+
- supports standart (11 bit) & extended (29 bit) frames
11+
- supports remote frames (RTR)
12+
- supports filter by ID (mask + code)
13+
- interface using [Stream](https://www.arduino.cc/en/Reference/Stream): ability to work with Serial, SoftwareSerial, Ethernet and other
14+
- supported can baudrates from 10Kbps up to 1Mbps
15+
16+
## Documentation
17+
18+
[English](docs/en/)
19+
20+
[Русский](docs/ru/)
21+
522
## Library Installation
623

724
1. Install [MCP2515 Library](https://github.com/autowp/arduino-mcp2515)
@@ -10,10 +27,4 @@ Use that [Library](https://github.com/autowp/arduino-mcp2515) to communicate wit
1027
4. Restart the Arduino IDE to see the new "canhacker" library with examples
1128

1229
Testes with Arduino Nano.
13-
On Arduino Uno have problem with too long boot period and losing first command
14-
15-
## Documentation
16-
17-
[English](docs/en/)
18-
19-
[Русский](docs/ru/)
30+
On Arduino Uno have problem with too long boot period and losing first command

docs/en/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Implement communication with CAN bus via MCP2515 by CanHacker (lawicel) protocol
1111
- supports remote frames (RTR)
1212
- supports filter by ID (mask + code)
1313
- interface using [Stream](https://www.arduino.cc/en/Reference/Stream): ability to work with Serial, SoftwareSerial, Ethernet and other
14+
- supported can baudrates from 10Kbps up to 1Mbps
1415

1516
## Library Installation
1617

docs/ru/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- поддержка remote фреймов (RTR)
1212
- поддержка фильтра по ID (маска + код)
1313
- интерфейс, работающий со [Stream](https://www.arduino.cc/en/Reference/Stream): возможность работы с Serial, SoftwareSerial, Ethernet и другими интерфейсами
14+
- поддерживаемые скорости can шины от 10Kbps до 1Mbps
1415

1516
## Установка библиотеки
1617

0 commit comments

Comments
 (0)