Skip to content

Commit 3fd930f

Browse files
committed
Contributing
1 parent 34bb620 commit 3fd930f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ Implement communication with CAN bus via MCP2515 by CanHacker (lawicel) protocol
2929
4. Restart the Arduino IDE to see the new "canhacker" library with examples
3030

3131
Testes with Arduino Nano.
32-
On Arduino Uno have problem with too long boot period and losing first command
32+
On Arduino Uno have problem with too long boot period and losing first command
33+
34+
## Contributing
35+
36+
Feel free to open issues, create pull requests and other contributions

docs/en/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ void loop() {
7070
Protocol CanHacker (lawicel) described in [CanHacker for Windows documentation](http://www.mictronics.de/projects/usb-can-bus/)
7171

7272
Library implements it partially. [Suported commands listed here](protocol.md).
73+
74+
## Contributing
75+
76+
Feel free to open issues, create pull requests and other contributions

docs/ru/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,8 @@ void loop() {
6969

7070
Протокол CanHacker (lawicel) описан в [документации к приложению CanHacker](http://www.mictronics.de/projects/usb-can-bus/)
7171

72-
Библиотека реализует его не полностью. [Поддерживаемые комманды приведены здесь](protocol.md).
72+
Библиотека реализует его не полностью. [Поддерживаемые комманды приведены здесь](protocol.md).
73+
74+
## Содействие
75+
76+
Приветствуются любые способы участия в коде.

0 commit comments

Comments
 (0)