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
Dmitry
b61080b2ea
mcp2551 -> mcp2515
2016-01-13 14:40:39 +03:00
Dmitry
28380c49ac
Update README.md
2016-01-13 14:19:04 +03:00
Dmitry
4bbbc1ddfb
Typo
2016-01-13 13:49:52 +03:00
Dmitry
8a5b03e365
Readme error fix
2016-01-13 13:24:25 +03:00
Dmitry
26b5f00eb9
Drop licencse.txt
2016-01-06 20:58:16 +03:00
Dmitry
06d04d0ec8
Create LICENSE.md
2016-01-06 20:57:21 +03:00
Dmitry
ad4c963c9e
Drop obsolete constant CAN_MAX_CHAR_IN_MESSAGE
2016-01-06 20:54:45 +03:00
Dmitry
e1d8e2341a
Update README.md
2016-01-06 20:52:34 +03:00
Dmitry
77881cbaec
Update README.md
2016-01-06 20:51:40 +03:00
Dmitry
ae6c70aa1a
Update README.md
2016-01-06 20:50:35 +03:00
Dmitry
c674e46f70
Update README.md
2016-01-06 20:49:51 +03:00
Dmitry
f1102f3b3e
Update README.md
2016-01-06 20:40:55 +03:00
Dmitry
0a91d60293
Update README.md
2016-01-06 20:39:20 +03:00
Dmitry
5a84e4a715
Update README.md
2016-01-06 20:35:15 +03:00
Dmitry
3de3178859
Update README.md
2016-01-06 20:23:54 +03:00