Skip to content

Commit 65f06c4

Browse files
committed
Features
1 parent 13c359e commit 65f06c4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/en/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
515
## Library Installation
616

717
1. Install [MCP2515 Library](https://github.com/autowp/arduino-mcp2515)

docs/ru/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Используется эту [Библиотеку](https://github.com/autowp/arduino-mcp2515) для связи с MCP2515
44

5+
## Возможности
6+
7+
Резлизует взаимодействие с CAN шиной через микросхему MCP2515 по протоколу CanHacker (lawicel).
8+
9+
- передача и прием can фреймов
10+
- поддержка стандартных (11 бит) и расширенных (29 бит) фреймов
11+
- поддержка remote фреймов (RTR)
12+
- поддержка фильтра по ID (маска + код)
13+
- интерфейс, работающий со [Stream](https://www.arduino.cc/en/Reference/Stream): возможность работы с Serial, SoftwareSerial, Ethernet и другими интерфейсами
14+
515
## Установка библиотеки
616

717
1. Установите [библиотеку MCP2515](https://github.com/autowp/arduino-mcp2515)

0 commit comments

Comments
 (0)