Commit Graph
141 Commits
Author SHA1 Message Date
LowaichungandGitHub 4aee975485 Update README.md 2017-09-18 16:23:32 +08:00
LowaichungandGitHub de0589789e Update README.md 2017-09-18 16:23:00 +08:00
LowaichungandGitHub 6cd19f06c4 Update README.md 2017-09-18 16:18:01 +08:00
LowaichungandGitHub 342f0d9d58 Merge pull request #49 from ttlappalainen/master
Improved speed, 8MHz clock support, support for NMEA2000 library
2017-09-18 16:16:45 +08:00
ttlappalainen 93a7d3b589 Applied changes to base on latest Seeed version
- Backward compatibility should be OK.
- mcp2515_write_canMsg and mcp2515_read_canMsg does transfer now with
single SPI session by using SPI READ RX BUFFER and LOAD TX BUFFER
- mcp2515_start_transmit uses directly SPI instruction RTS
- removed internal data buffer. Read and write uses directly provided
buffer
- works with 8Mhz clock
- Possible to set SPI. Some boards has 2 SPI.
- Works with NMEA2000 library
- New functions for better interrupt handling
2017-09-13 17:29:04 +03:00
ttlappalainen d0575d1763 Applied changes to base on latest Seeed version
- Backward compatibility should be OK.
- mcp2515_write_canMsg and mcp2515_read_canMsg does transfer now with
single SPI session by using SPI READ RX BUFFER and LOAD TX BUFFER
- mcp2515_start_transmit uses directly SPI instruction RTS
- removed internal data buffer. Read and write uses directly provided
buffer
- works with 8Mhz clock
- Possible to set SPI. Some boards has 2 SPI.
- Works with NMEA2000 library
- New functions for better interrupt handling
2017-09-13 17:25:12 +03:00
Jack ShaoandGitHub adaca826a7 Merge pull request #48 from adamvoss/markdownFixes
Fix Markdown rendering on GitHub
2017-08-16 02:58:44 -05:00
Adam Voss ca2e3b8245 Fix Markdown rendering on GitHub 2017-08-15 11:22:26 -05:00
loovee 4345845bb0 fix something in readMsgBufID 2017-06-27 17:24:43 +08:00
LowaichungandGitHub 1624f47990 Merge pull request #46 from Gageco/master
fixed rtr bit issue
2017-06-27 17:19:26 +08:00
loovee 8ff75c35ea add OBDII PIDs example 2017-06-27 17:16:25 +08:00
Gage Coprivnicar 916bfb49bf more edits to the lib 2017-06-26 16:12:33 -06:00
Gage Coprivnicar 6be2ba4b1d removed unecessary lines 2017-06-22 13:41:16 -06:00
Gage Coprivnicar 411eadba05 forgot to comment out some lines 2017-06-22 13:33:48 -06:00
Gage Coprivnicar 95e3d85046 fixed rtr bit issue
should be good to go
2017-06-22 13:25:01 -06:00
loovee 84329c2601 support LinkIt ONE 2017-06-09 11:19:29 +08:00
loovee 1a6be4c121 rename some varibale and the format. 2017-02-27 16:50:41 +08:00
LowaichungandGitHub 3d5a9e113a Merge pull request #33 from ivankravets/patch-1
@PlatformIO Library Registry manifest file
2017-02-27 10:48:04 +08:00
Jack ShaoandGitHub 865f0de2ab Merge pull request #32 from wdross/master
Fix image link, spelling errors, add Installation
2016-10-31 09:36:14 +08:00
Ivan KravetsandGitHub 09e9b0f887 @PlatformIO Library Registry manifest file 2016-10-30 23:03:21 +02:00
Wayne Ross 52f6a4ba0b Fix image link, spelling errors, add Installation 2016-10-29 22:27:34 -04:00
LowaichungandGitHub 190d33bd90 Update receive_check.ino 2016-08-03 09:45:43 +08:00
LowaichungandGitHub b871902b33 Merge pull request #29 from xboxpro1/master
SPI Begin and End
2016-07-06 10:41:46 +08:00
LowaichungandGitHub c392af0ae3 Merge pull request #30 from jared0x90/patch-1
Update send_Blink.ino
2016-07-06 10:41:13 +08:00
JaredandGitHub 4050a95ba5 Update send_Blink.ino
Corrected some comments while reading through this
2016-07-05 17:05:01 -04:00
Martin c6c192df37 Update mcp_can.cpp 2016-06-03 14:04:57 +02:00
Martin a52c58bcd2 Update mcp_can.cpp 2016-06-03 11:37:19 +02:00
Martin 21c30cdbea Update mcp_can_dfs.h 2016-06-03 11:36:15 +02:00
Martin 37dc162c2c Update mcp_can.cpp 2016-06-03 11:35:09 +02:00
Martin f9423ab450 Update mcp_can.cpp 2016-06-03 11:27:31 +02:00
Martin f5dcdfbae8 Add SPI begin transfer and end transfer
The SPISettings object is used to configure the SPI port for your SPI device. All 3 parameters are combined to a single SPISettings object, which is given to SPI.beginTransaction().
Syntax
SPI_BEGIN()   --> SPI.beginTransaction(SPISettings(10000000, MSBFIRST, SPI_MODE0))

Stop using the SPI bus. Normally this is called after de-asserting the chip select, to allow other libraries to use the SPI bus.
Syntax
SPI_END()  --> SPI.endTransaction()
2016-06-01 20:45:24 +02:00
Martin 1a987571af Add SPI begin and end setting.
If you have more then one SPI Device, it is better to end the SPI Transfer.
2016-06-01 20:27:43 +02:00
Lowaichung 7180f22065 Merge pull request #27 from Osyrus/master
Fix a typo
2016-03-17 10:48:10 +08:00
Myles Clark 89aa8cb74a Fix a typo 2016-03-17 12:21:30 +10:30
Lowaichung 53dca3dd62 Update README.md 2016-03-10 10:25:21 +08:00
Lowaichung 7c4063285b Update README.md 2016-03-10 09:31:25 +08:00
Lowaichung 4e329a9c0c Update mcp_can.cpp
add 666kbps baudrate
2016-03-10 09:29:28 +08:00
Lowaichung af9cf91a9c Update mcp_can_dfs.h
add 666.66Kbps baudrate
2016-03-10 09:27:17 +08:00
Lowaichung 55189d0864 Merge pull request #25 from hurvajs/master
Examples & comments clean-up.
2016-02-19 11:34:20 +08:00
Jan Kirchner 6ca267c14a Sloučení Seed změn do mých
Conflicts:
	examples/receive_Blink/receive_Blink.ino
	examples/receive_check/receive_check.ino
2016-01-31 11:38:58 +01:00
Jan Kirchner 7f64e05402 Comments correction 2016-01-31 09:58:23 +01:00
Jan Kirchner 8aa61b5515 Merge branch 'master' of https://github.com/hurvajs/CAN_BUS_Shield 2016-01-30 23:49:51 +01:00
Jan Kirchner 1465f5d619 Goto + label removing. Standard loop is a cleaner solution. 2016-01-30 23:48:52 +01:00
Jan Kirchner 6d42f834c8 goto label removing standard loop is a cleaner solution 2016-01-30 23:39:52 +01:00
loovee 4209ffd693 add 25K baudrate 2016-01-27 14:04:38 +08:00
loovee eecab748af format 2016-01-20 10:15:13 +08:00
Lowaichung be30db8994 Merge pull request #23 from igough/master
Cleanup on setMsg
2016-01-20 10:09:39 +08:00
loovee e960b8a5d8 roll back 2016-01-20 10:07:52 +08:00
Lowaichung bb5e32ae0a Merge pull request #22 from autowp/master
Add "const" to pData
2016-01-20 09:12:57 +08:00
Dmitry 3adc45eca9 Merge pull request #2 from TheRo0T/master
fix example
2016-01-13 20:58:24 +03:00