mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-07-28 04:06:45 +00:00
more cleanup
This commit is contained in:
+1
-1
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
THE SOFTWARE.
|
||||
|
||||
@@ -31,7 +31,7 @@ or download the zip.
|
||||
|
||||
Simply copy the CAN_BUS_Shield folder to your Arduino library collection. For example,
|
||||
arduino-1.6.12/libraries. Next time you run the Arduino IDE, you'll have a new option
|
||||
in Sketch -> Include Library -> CAN_BUS_Shield. Review the included examples in
|
||||
in Sketch -> Include Library -> CAN_BUS_Shield. Review the included examples in
|
||||
CAN_BUS_Shield/examples.
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ The available baudrates are listed as follows:
|
||||
#define CAN_5KBPS 1
|
||||
#define CAN_10KBPS 2
|
||||
#define CAN_20KBPS 3
|
||||
#define CAN_25KBPS 4
|
||||
#define CAN_25KBPS 4
|
||||
#define CAN_31K25BPS 5
|
||||
#define CAN_33KBPS 6
|
||||
#define CAN_40KBPS 7
|
||||
@@ -147,7 +147,7 @@ When frame is received you may check whether it was remote request and whether i
|
||||
|
||||
For more information, please refer to [wiki page](http://www.seeedstudio.com/wiki/CAN-BUS_Shield).
|
||||
|
||||
|
||||
|
||||
----
|
||||
|
||||
This software is written by loovee ([luweicong@seeed.cc](luweicong@seeed.cc "luweicong@seeed.cc")) for seeed studio<br>
|
||||
@@ -165,4 +165,3 @@ global distributors and partners to push open hardware movement.<br>
|
||||
|
||||
|
||||
[](https://github.com/igrigorik/ga-beacon)
|
||||
|
||||
|
||||
+1
-1
@@ -52,4 +52,4 @@ CAN_CTRLERROR LITERAL1
|
||||
CAN_GETTXBFTIMEOUT LITERAL1
|
||||
CAN_SENDMSGTIMEOUT LITERAL1
|
||||
CAN_FAIL LITERAL1
|
||||
SPI_CS_PIN LITERAL1
|
||||
SPI_CS_PIN LITERAL1
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ sentence=Arduino library to control CAN-BUS Shield.
|
||||
paragraph=Arduino library to control CAN-BUS Shield.
|
||||
category=Device Control
|
||||
url=https://github.com/Seeed-Studio/CAN_BUS_Shield
|
||||
architectures=*
|
||||
architectures=*
|
||||
|
||||
Reference in New Issue
Block a user