Commit Graph
246 Commits
Author SHA1 Message Date
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
wangcoolcandBaozhu Zuo 68da38c24b Modified canbus receive check example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 81ecabba1c Modified canbus receive blink example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo c26bfa704b Modified mcp2518fd setmode and set fd format 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo c72a842c31 Modified canbus send and receive example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo a827db4891 Add canbus FD send example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo d310e299c6 Add canbus FD receive interrupt example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo a1dbce2513 Complete canbus set_mask_filter_send example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo e2d0f87918 Complete canbus set_mask_filter_recv example 2020-12-10 17:10:14 +08:00