Commit Graph
275 Commits
Author SHA1 Message Date
Baozhu ZuoandGitHub f579f66402 Merge pull request #121 from adamayd/master
Updated libary.json to current version
2021-06-05 10:34:53 +08:00
Adam AydandGitHub 1b63d26adc Updated libary.json to current version 2021-06-03 22:49:02 -04:00
Lakshantha DissanayakeandGitHub efbcf196f8 Change version to 2.3.0 v2.3.0 2021-05-13 11:54:03 +05:30
Lakshantha DissanayakeandGitHub 14f1e98a12 Merge pull request #120 from per1234/revert-name
Revert library name change
2021-05-13 11:53:19 +05:30
per1234 78173b3225 Revert library name change
Libraries are locked to the `name` value specified by the library.properties metadata file in the release at the time of
the Library Manager submission.

Any release with a different name is rejected by the Arduino Library Manager indexer.

References:
- https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#why-arent-releases-of-my-library-being-picked-up-by-library-manager
- https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-change-my-librarys-name
2021-05-12 18:18:47 -07:00
Baozhu ZuoandGitHub f8a04fd600 Merge pull request #118 from silviu-toderita/master
Removed unused include statement
2021-05-10 08:15:12 +08:00
Silviu ToderitaandGitHub 5863c67c70 Re-include SoftwareSerial in conditional in can-serial.cpp 2021-05-08 12:28:14 -07:00
Silviu ToderitaandGitHub f3ae9d0f10 Removed unused include statement 2021-05-07 11:20:06 -07:00
Baozhu ZuoandGitHub 7ba9b7deff Merge pull request #117 from TyphoonSB/master
Update mcp2518fd_can.cpp
2021-05-06 08:32:19 +08:00
TyphoonSBandGitHub d756ec0980 Update mcp2518fd_can.cpp
disable filter controle register before changing the filter, and reenable it after chage.
2021-05-04 12:48:16 +02:00
turmary ef05384659 Move: library version to 2.2.0 v2.2.0 2021-02-03 10:02:05 +08:00
turmary 66305bbf5d Move: can-serial.{h,cpp} back to src folder 2021-02-03 10:01:21 +08:00
turmary d315924485 Remove: disable SoftwareSerial by default, or else waste flash/ram space 2021-02-03 10:00:29 +08:00
turmary 85648cd0fc Add: baudrate 800KBPS to canbus-monitor 2021-02-03 09:48:35 +08:00
turmary 8b82b6ef89 Add: 800KBPS highlight 2021-02-02 21:11:00 +08:00
turmary 240bb4de04 Add: predefined CAN baudrate 800KBPS 2021-02-02 21:08:26 +08:00
turmary 438ae2bb21 Fixed: inputString maybe contain multiple commands 2021-02-01 20:27:53 +08:00
turmary 8920835971 Move: adapt canbus example to new API attach() 2021-02-01 20:26:53 +08:00
turmary 7cb25da245 Move: use pointer not object to access the dirver, to get the ability of virtual function 2021-02-01 20:26:02 +08:00
turmary feeb26e4e1 Move: rename CAN232 api init() to attach() 2021-02-01 20:24:36 +08:00
turmary d73add5f0a Move: CANFD argument to uint32_t from byte 2021-01-29 23:32:51 +08:00
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