wangcoolc
8328968267
Complete the OBDll PIDS function
2020-12-07 17:12:53 +08:00
wangcoolc
d61f646357
Add mcp2518fd rxtxstatusget() function
2020-12-04 19:37:06 +08:00
wangcoolc
2037154c5b
Complete the goip write function
2020-12-04 17:43:14 +08:00
wangcoolc
c503b97f0a
Complete the goip read function
2020-12-04 17:26:44 +08:00
wangcoolc
6c4403b330
updata mcp2518fd code
2020-12-03 19:37:11 +08:00
wangcoolc
96b521a2c8
updata mcp2518fd code
2020-12-03 15:05:34 +08:00
wangcoolc
37b406062a
Modify the c interface bit c++
2020-11-30 20:27:36 +08:00
wangcoolc
2ae65c033d
Remove useless debugging information
2020-11-27 16:19:23 +08:00
wangcoolc
0316308c9a
Modified can bus filter and pass all data
2020-11-27 16:15:31 +08:00
wangcoolc
01456c0613
Modified can bus receive example
2020-11-27 16:14:04 +08:00
wangcoolc
ef30f60050
Modified DRV_CANFDSPI_ReadWordArray function
2020-11-24 16:18:11 +08:00
wangcoolc
ff2ce38154
Modified data send and recieve function
2020-11-24 16:15:44 +08:00
wangcoolc
e2a6702c4c
Modified mcp2518fd spi_CS spi_INT on wio terminal
2020-11-24 16:13:24 +08:00
wangcoolc
e6917fe9fe
modified mcp2518fd spi setting
2020-11-11 19:54:32 +08:00
wangcoolc
0969c611f9
Add mcp2518fd can bus
2020-11-09 19:52:44 +08:00
wangcoolc
91236f0258
Modified mcp2518 can function
2020-11-06 18:40:38 +08:00
wangcoolc
6fae224704
Modified mcp2518fd can def and dfs .h file
2020-11-06 18:39:30 +08:00
wangcoolc
f9df59ee8e
Modified mcp2518fd canfd spi funciton
2020-11-06 18:32:05 +08:00
wangcoolc
7646ade572
Remove mcp2518fd .h file
2020-11-06 18:27:44 +08:00
wangcoolc
cf862e5883
Add mcp2518fd canfd spi function
2020-11-05 20:19:47 +08:00
wangcoolc
166de573bb
Add mcp2518fd class function
2020-11-05 20:18:18 +08:00
wangcoolc
44a34509d2
Add mcp2518 .h file
2020-11-05 20:16:40 +08:00
wangcoolc
6888bfeafb
Modified mcp2515 private data
2020-11-05 10:52:05 +08:00
wangcoolc
22a024d58a
Add mcp2515 file function
2020-11-05 09:58:18 +08:00
wangcoolc
f01a0a4507
Modefied remove mcp2515 into mcp2515_can
2020-11-05 09:57:34 +08:00
wangcoolc
e3c5a487a8
Rename mcp_can_dfs.h to mcp2515_can_fds.h
2020-11-05 09:53:12 +08:00
Baozhu Zuo
edaba2d87e
Merge branch 'mbaum0193-master'
2020-05-12 17:21:50 +08:00
Baozhu Zuo
055c0024ea
Merge branch 'master' of https://github.com/mbaum0193/CAN_BUS_Shield into mbaum0193-master
2020-03-30 10:20:33 +08:00
Baozhu Zuo
dc03e48b66
Avr dedicated header file, should be specified.
2020-03-30 10:14:04 +08:00
Michael Baumgarten
33bb082ecf
Merge https://github.com/Seeed-Studio/CAN_BUS_Shield
2020-03-29 21:13:50 -04:00
Baozhu Zuo
bea2f9dd4d
Seeed:Arduino: fix travis.yml write error
2020-02-04 21:48:25 +08:00
Baozhu Zuo
54030c8ced
Seeed:Arduino: Add travis build status
2020-02-04 18:49:31 +08:00
Baozhu Zuo
cab016e7d5
Seeed:Arduino: Add travis.yml
2020-02-04 15:11:54 +08:00
Baozhu Zuo
7d30ccccc8
Pretty printed the Arduino code with astyle
2020-02-03 15:00:22 +08:00
Daniel Surizon
7d41ceb28a
More recomended way to use attachInterrupt
2019-10-08 09:43:26 +08:00
nick
1935258e58
required change for compatibility with Leonardo and probably other boards
2019-08-13 09:16:27 +08:00
nick
34de82b7ec
required change for compatibility with Leonardo and probably other boards
2019-08-13 09:16:27 +08:00
zhengxing Lu
81a975210b
add samd compatibility
2019-08-08 13:48:23 +08:00
Jenkinlu001
ad54af425f
modify errors
2019-08-08 13:48:23 +08:00
Michael Baumgarten
6ff126f5ba
Merge pull request #1 from mbaum0193/add-01-saab-baud
...
added support for 2001 saab CAN bus baud ~47kbps
2019-07-18 21:37:09 -04:00
Michael Baumgarten
05124b74b9
added support for 2001 saab CAN bus baud ~47kbps
2019-07-18 20:02:43 -04:00
Baozhu Zuo
5020428581
Merge pull request #77 from kaixxx/master
...
Add sleep and gpio support + examples
2019-02-18 16:03:01 +08:00
Baozhu Zuo
f2946d199b
Merge pull request #74 from rubik83/master
...
add #ifndef DEBUG_EN ... #endif around #define DEBUG_EN 1
2019-01-08 09:37:47 +08:00
kaixxx
19203a365d
Add sleep and gpio support + examples
...
Added sleep support for MCP2515 + MCP2551. This way, you can reduce the power consumption of a complete node down to around 240uA!
Changes:
- Reintroduced gpio support from commits 43521de/bac66d1 (adlerweb, 15/01/2018) and corrected the errors
- Introduced advanced sleep support based on https://github.com/coryjfowler/MCP_CAN_lib/pull/10/files
- added example code (receive_sleep and send_sleep)
- tested everything
2019-01-07 15:37:30 +01:00
François SOLANET
ee45ed5eae
add #ifndef DEBUG_EN ... #endif around #define DEBUG_EN 1
...
user can disable debug informations without source modification
2018-11-29 10:22:44 +01:00
Jack Shao
962660f3e8
Merge pull request #65 from ntb001/master
...
Allow for extended CAN IDs in the example programs
2018-06-19 17:32:47 +08:00
Neil Bajorin
3594a57299
Merge branch 'master' of https://github.com/ntb001/CAN_BUS_Shield
2018-05-28 07:29:15 -04:00
Neil Bajorin
75df0a0e9b
more cleanup
2018-05-28 07:28:56 -04:00
Neil Bajorin
00ef33618b
Atom cleaned up the spaces and newlines
2018-05-28 07:28:10 -04:00
Neil Bajorin
7b7c780451
Atom cleaned up all the spaces and newlines
2018-05-28 07:27:11 -04:00