Skip to content

Commit db88896

Browse files
author
Anton N
committed
Update documentation
1 parent fadd317 commit db88896

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Implement communication with CAN bus via MCP2515 by CanHacker (lawicel) protocol
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
1414
- supported can baudrates from 10Kbps up to 1Mbps
15+
- supported modules with different oscillators (8, 16, 20 MHZ), 16 MHZ is default, use setClock if your oscillator is not 16MHZ
1516
- support [CanHacker](http://www.mictronics.de/projects/usb-can-bus/) (application for Windows)
1617
- support [CANreader](https://github.com/autowp/CANreader) (application for Android)
1718

docs/en/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Implement communication with CAN bus via MCP2515 by CanHacker (lawicel) protocol
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
1414
- supported can baudrates from 10Kbps up to 1Mbps
15+
- supported modules with different oscillators (8, 16, 20 MHZ), 16 MHZ is default, use setClock if your oscillator is not 16MHZ
1516
- support [CanHacker](http://www.mictronics.de/projects/usb-can-bus/) (application for Windows)
1617
- support [CANreader](https://github.com/autowp/CANreader) (application for Android)
1718

docs/ru/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- поддержка фильтра по ID (маска + код)
1313
- интерфейс, работающий со [Stream](https://www.arduino.cc/en/Reference/Stream): возможность работы с Serial, SoftwareSerial, Ethernet и другими интерфейсами
1414
- поддерживаемые скорости can шины от 10Kbps до 1Mbps
15+
- поддерживаются модули с разными кварцами - 8, 16, 20 МГц. По умолчанию установлена частота 16 МГц, используйте функцию setClock если у вас модуль с другим кварцем.
1516
- поддержка [CanHacker](http://www.mictronics.de/projects/usb-can-bus/) (приложение для Windows)
1617
- поддержка [CANreader](https://github.com/autowp/CANreader) (приложение для Android)
1718

0 commit comments

Comments
 (0)