turmary
|
b2247a8436
|
Add: arbitary baudrate for MCP2518FD, and MCP2515 compatible definitions
|
2021-01-29 23:32:51 +08:00 |
|
turmary
|
9826a04cae
|
Move: all wrapper functions into header file
|
2021-01-29 23:32:51 +08:00 |
|
turmary
|
e1047f27e3
|
Optimize: code style of mcp2518fd
|
2021-01-29 16:36:44 +08:00 |
|
turmary
|
d89af776af
|
Move: CAN baudrate definitions to common header mcp_can.h
|
2021-01-29 16:36:06 +08:00 |
|
turmary
|
3dea108ee3
|
Update: sync code from https://github.com/latonita/arduino-canbus-monitor
|
2021-01-29 16:16:46 +08:00 |
|
turmary
|
7c195a14ed
|
Revert "- Use Hardware Serial in CAN-monitor example"
please uncomment the line to enable Hardware Serial "//#define debug Serial"
This reverts commit 1fc462f2b2.
|
2021-01-29 11:24:27 +08:00 |
|
turmary
|
c45e7935ff
|
Remove: duplicate error code definitions
|
2021-01-29 11:24:27 +08:00 |
|
turmary
|
300c1c4a4b
|
Add: optional argument err_ptr for checkError()
|
2021-01-29 09:32:40 +08:00 |
|
turmary
|
3dff8e3d20
|
Fix: product table title
|
2021-01-28 15:26:27 +08:00 |
|
turmary
|
39d55dc608
|
Update: all FD example works
|
2021-01-21 13:52:46 +08:00 |
|
turmary
|
cfd840cd23
|
Add: API CANFD::len2dlc()
|
2021-01-18 17:30:00 +08:00 |
|
turmary
|
92597cb97d
|
Fix from: example receive_interruptFD compiling fail
|
2021-01-18 17:28:59 +08:00 |
|
turmary
|
efad5bb364
|
Add: more comments about CANFD examples
|
2021-01-15 19:15:49 +08:00 |
|
turmary
|
6dc4e7d197
|
Fix to: remove delay() which decrease performance
|
2021-01-15 17:49:56 +08:00 |
|
turmary
|
c522d7842f
|
Fix to: sendMsgBuf() support ext & rtr
|
2021-01-15 15:48:32 +08:00 |
|
turmary
|
0677b13bfc
|
Fix to: readMsgBufID support ext & rtrBit
|
2021-01-15 14:37:22 +08:00 |
|
turmary
|
544d2c8eeb
|
Add: a baudrate compatible argument to MCP2518FD CAN.begin()
|
2021-01-15 11:32:22 +08:00 |
|
 Baozhu ZuoandGitHub
|
e3834de29c
|
Merge pull request #108 from GunZi200/master
Use HardwareSerial instead of SoftwareSerial in CAN-monitor example
|
2021-01-08 19:21:39 +08:00 |
|
Gudni
|
1fc462f2b2
|
- Use Hardware Serial in CAN-monitor example
|
2021-01-06 12:35:20 +00:00 |
|
 turmaryandBaozhu Zuo
|
3a35904217
|
Move: can-serial source to example directory
|
2021-01-04 09:00:15 +08:00 |
|
 turmaryandBaozhu Zuo
|
4577e4fa7b
|
Move: can-serial compiled pass again
|
2021-01-04 09:00:15 +08:00 |
|
turmary
|
36a70d5cdc
|
Move: library version to 2.1.0
v2.1.0
|
2020-12-28 22:41:04 +08:00 |
|
turmary
|
d8ecb0ddcc
|
Move: close DEBUG message to reduce Flash or RAM usage
|
2020-12-28 22:38:28 +08:00 |
|
turmary
|
6ad2ba8c4b
|
Move: reduce const string (RAM used on AVR-GCC platform) in examples
|
2020-12-28 20:52:22 +08:00 |
|
turmary
|
dad91a1dba
|
Move: SERIAL to SERIAL_PORT_MONITOR in examples
|
2020-12-28 20:50:49 +08:00 |
|
turmary
|
cf1fbfaddf
|
Add: example to receive all frames and print all fields id/type/data
|
2020-12-27 14:03:50 +08:00 |
|
turmary
|
06cf5a136d
|
Add: random packets generator example
|
2020-12-27 13:01:40 +08:00 |
|
turmary
|
fc04762c9e
|
Fix: make all examples sequence proper
|
2020-12-25 15:52:28 +08:00 |
|
turmary
|
4e171d138e
|
Fix: make send example sequence proper
|
2020-12-21 21:01:14 +08:00 |
|
wangcoolc
|
9a153768ee
|
Remove useless debugging information
|
2020-12-10 19:32:14 +08:00 |
|
wangcoolc
|
69791769cf
|
Add TransmitChannelEventAttemptClear() function
|
2020-12-10 19:31:16 +08:00 |
|
 Anson HeandBaozhu Zuo
|
8c8500aa8c
|
Added Self send and receive + FD examples
v2.0.0
|
2020-12-10 17:10:14 +08:00 |
|
 Anson HeandBaozhu Zuo
|
c11356b4e5
|
Clear up Arduino examples for all Arduino boards
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
3ff9e1b4c3
|
update readme
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
fc85852e2e
|
Formatting using clang
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
0838960cdd
|
add canbus monitor exmaple,compiled
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
57d8f936b2
|
use enum to aline bittime
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
c31b9fbbd6
|
use MCP2518FD_BITTIME_SETUP to mark mcp2518fd's bittime
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
7d08979ce1
|
delete src/mcp2518fd_can_def.h
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
0a1883947a
|
change to arduino recomanded dir structure
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
a899ff745b
|
Add CAN BUS Serial monitor example
|
2020-12-10 17:10:14 +08:00 |
|
Baozhu Zuo
|
62f484a4b4
|
change the repo's name
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
bfc70f2099
|
Modified put the receive interrupt before begin
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
3c78368258
|
Modified mcp2518fd sendmsgbuf() len
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
cbe5bf3af0
|
Remove mcp2518fd code debug info
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
576e6c9548
|
Modified mcp2515 send sleep example
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
1007209ac4
|
Modified mcp2515 send Blink ROS example
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
41b900754c
|
Modified canbus send Blink example
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
2ef6a99dd2
|
Modified canbus send example
|
2020-12-10 17:10:14 +08:00 |
|
 wangcoolcandBaozhu Zuo
|
bc014ccbd8
|
Modified canbus rece SD example
|
2020-12-10 17:10:14 +08:00 |
|