Skip to content

Commit a4df248

Browse files
authored
Merge pull request #103 from lordware/master
Fixes typos
2 parents e058c84 + 6072fd7 commit a4df248

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Arduino MCP2515 CAN interface library
33
[![Build Status](https://travis-ci.org/autowp/arduino-mcp2515.svg?branch=master)](https://travis-ci.org/autowp/arduino-mcp2515)
44

55
<br>
6-
CAN-BUS is a common industrial bus because of its long travel distance, medium communication speed and high reliability. It is commonly found on modern machine tools and as an automotive diagnostic bus. This CAN-BUS Shield gives your Arduino/Seeeduino CAN-BUS capibility. With an OBD-II converter cable added on and the OBD-II library imported, you are ready to build an onboard diagnostic device or data logger.
6+
CAN-BUS is a common industrial bus because of its long travel distance, medium communication speed and high reliability. It is commonly found on modern machine tools and as an automotive diagnostic bus. This CAN-BUS Shield gives your Arduino/Seeeduino CAN-BUS capability. With an OBD-II converter cable added on and the OBD-II library imported, you are ready to build an onboard diagnostic device or data logger.
77

88
- Implements CAN V2.0B at up to 1 Mb/s
99
- SPI Interface up to 10 MHz
@@ -183,7 +183,7 @@ MCP2515::ERROR readMessage(struct can_frame *frame);
183183
184184
In conditions that masks and filters have been set. This function can only get frames that meet the requirements of masks and filters.
185185
186-
You can choise one of two method to receive: interrupt-based and polling
186+
You can choose one of two method to receive: interrupt-based and polling
187187
188188
Example of poll read
189189
@@ -236,7 +236,7 @@ void loop() {
236236

237237
## Set Receive Mask and Filter
238238

239-
There are 2 receive mask registers and 5 filter registers on the controller chip that guarantee you get data from the target device. They are useful especially in a large network consisting of numerous nodes.
239+
There are 2 receive mask registers and 5 filter registers on the controller chip that guarantee you get data from the target device. They are useful, especially in a large network consisting of numerous nodes.
240240

241241
We provide two functions for you to utilize these mask and filter registers. They are:
242242

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.0.3
33
author=autowp <[email protected]>
44
maintainer=autowp <[email protected]>
55
sentence=Arduino MCP2515 CAN interface library
6-
paragraph=This library with CAN-BUS Shield gives your Arduino/Seeeduino CAN-BUS capibility. With an OBD-II converter cable added on and the OBD-II library imported, you are ready to build an onboard diagnostic device or data logger.
6+
paragraph=This library with CAN-BUS Shield gives your Arduino/Seeeduino CAN-BUS capability. With an OBD-II converter cable added on and the OBD-II library imported, you are ready to build an onboard diagnostic device or data logger.
77
category=Communication
88
url=https://github.com/autowp/arduino-mcp2515
99
includes=mcp2515.h

0 commit comments

Comments
 (0)