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
Lowaichung and GitHub
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
Lowaichung and GitHub
3d5a9e113a
Merge pull request #33 from ivankravets/patch-1
...
@PlatformIO Library Registry manifest file
2017-02-27 10:48:04 +08:00
Jack Shao and GitHub
865f0de2ab
Merge pull request #32 from wdross/master
...
Fix image link, spelling errors, add Installation
2016-10-31 09:36:14 +08:00
Ivan Kravets and GitHub
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
Lowaichung and GitHub
190d33bd90
Update receive_check.ino
2016-08-03 09:45:43 +08:00
Lowaichung and GitHub
b871902b33
Merge pull request #29 from xboxpro1/master
...
SPI Begin and End
2016-07-06 10:41:46 +08:00
Lowaichung and GitHub
c392af0ae3
Merge pull request #30 from jared0x90/patch-1
...
Update send_Blink.ino
2016-07-06 10:41:13 +08:00
Jared and GitHub
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
TheRo0T
880343e7f1
fix example
2016-01-13 21:56:03 +04:00
Dmitry
d2fda2bd68
Merge pull request #1 from TheRo0T/master
...
Add Example
2016-01-13 15:31:15 +03:00
TheRo0T
36a6cdaacb
Merge pull request #3 from autowp/patch-1
...
mcp2551 -> mcp2515
2016-01-13 16:25:15 +04:00
Dmitry
cde4227bdf
mcp2551 -> mcp2515
2016-01-13 15:24:46 +03:00
TheRo0T
8b80e39a3a
Merge pull request #1 from autowp/patch-1
...
Whitespaces Odobryam)
2016-01-13 16:22:59 +04:00
Dmitry
5c09068de6
Whitespaces
2016-01-13 15:18:58 +03:00
TheRo0T
cb0b7c5f70
Add Example CAN Read
2016-01-13 16:13:38 +04:00