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 and Baozhu Zuo
7d41ceb28a
More recomended way to use attachInterrupt
2019-10-08 09:43:26 +08:00
nick and Baozhu Zuo
1935258e58
required change for compatibility with Leonardo and probably other boards
2019-08-13 09:16:27 +08:00
nick and Baozhu Zuo
34de82b7ec
required change for compatibility with Leonardo and probably other boards
2019-08-13 09:16:27 +08:00
zhengxing Lu and Baozhu Zuo
81a975210b
add samd compatibility
2019-08-08 13:48:23 +08:00
Jenkinlu001 and Baozhu Zuo
ad54af425f
modify errors
2019-08-08 13:48:23 +08:00
Baozhu Zuo and GitHub
5020428581
Merge pull request #77 from kaixxx/master
...
Add sleep and gpio support + examples
2019-02-18 16:03:01 +08:00
Baozhu Zuo and GitHub
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 and GitHub
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
Neil Bajorin
7368740360
add .gitignore
2018-05-28 06:55:07 -04:00
ntb001 and GitHub
8dc685cedc
Fix link to wiki page
2018-05-28 05:30:20 -04:00
Neil Bajorin
7a35c12770
incorporate @horace3 changes to fix ext and rtr #58
2018-05-26 14:15:36 -04:00
Neil Bajorin
d7ce9e6779
Always store CAN IDs as unsigned long.
...
Explicitly show that the CAN ID is printed in HEX.
2018-05-17 13:08:27 -04:00
Neil Bajorin
cefe36904e
Update comments.
2018-05-17 12:57:25 -04:00
Yihui Xiong and GitHub
6f25bcddb9
Update README.md
2018-05-14 10:40:01 +08:00
lanselambor
fdb264b964
add library.properties
v1.3.0
2018-04-03 13:39:24 +08:00
lanselambor
a11c1109a4
update README.md
2018-04-03 13:39:05 +08:00
Longan-Labs
54510776ff
roll back to a working version
2018-01-29 18:21:12 +08:00
Jack Shao and GitHub
6fdcc1b7ef
Merge pull request #57 from adlerweb/readme-pr
...
Reformat and extend comments
2018-01-29 10:03:40 +08:00
Florian Knodt
e7715515d0
Merge remote-tracking branch 'upstream/master' into readme-pr
2018-01-15 11:28:21 +01:00
Lowaichung and GitHub
43521de1ce
Merge pull request #56 from adlerweb/GPIO
...
Add GPIO-Support
2018-01-15 15:57:55 +08:00
Lowaichung and GitHub
bac66d1478
Merge pull request #55 from adlerweb/setMode
...
Keep custom controller mode after configuration
2018-01-15 15:57:42 +08:00
Florian Knodt
4eb5fdd3e1
Reformat and extend comments
2018-01-14 00:56:44 +01:00
Florian Knodt
15c6bfb80a
Allow to use status pins as regular GPIO
2018-01-14 00:41:57 +01:00
Florian Knodt
0450568699
keep custom controller mode after configuration
2018-01-14 00:35:32 +01:00
Lowaichung and GitHub
358aaace91
Merge pull request #52 from adamvoss/libraryManager
...
Add library.properties for recognition by the Library Manager
2017-10-09 09:15:52 +08:00
Adam Voss
490c8f8e2d
Add library.properties for recognition by the Library Manager
...
For more information on the Arduino IDE Library Manager see https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ .
2017-09-26 18:59:39 -05:00
Lowaichung and GitHub
4aee975485
Update README.md
2017-09-18 16:23:32 +08:00
Lowaichung and GitHub
de0589789e
Update README.md
2017-09-18 16:23:00 +08:00
Lowaichung and GitHub
6cd19f06c4
Update README.md
2017-09-18 16:18:01 +08:00
Lowaichung and GitHub
342f0d9d58
Merge pull request #49 from ttlappalainen/master
...
Improved speed, 8MHz clock support, support for NMEA2000 library
2017-09-18 16:16:45 +08:00
ttlappalainen
93a7d3b589
Applied changes to base on latest Seeed version
...
- Backward compatibility should be OK.
- mcp2515_write_canMsg and mcp2515_read_canMsg does transfer now with
single SPI session by using SPI READ RX BUFFER and LOAD TX BUFFER
- mcp2515_start_transmit uses directly SPI instruction RTS
- removed internal data buffer. Read and write uses directly provided
buffer
- works with 8Mhz clock
- Possible to set SPI. Some boards has 2 SPI.
- Works with NMEA2000 library
- New functions for better interrupt handling
2017-09-13 17:29:04 +03:00
ttlappalainen
d0575d1763
Applied changes to base on latest Seeed version
...
- Backward compatibility should be OK.
- mcp2515_write_canMsg and mcp2515_read_canMsg does transfer now with
single SPI session by using SPI READ RX BUFFER and LOAD TX BUFFER
- mcp2515_start_transmit uses directly SPI instruction RTS
- removed internal data buffer. Read and write uses directly provided
buffer
- works with 8Mhz clock
- Possible to set SPI. Some boards has 2 SPI.
- Works with NMEA2000 library
- New functions for better interrupt handling
2017-09-13 17:25:12 +03:00
Jack Shao and GitHub
adaca826a7
Merge pull request #48 from adamvoss/markdownFixes
...
Fix Markdown rendering on GitHub
2017-08-16 02:58:44 -05:00
Adam Voss
ca2e3b8245
Fix Markdown rendering on GitHub
2017-08-15 11:22:26 -05:00
loovee
4345845bb0
fix something in readMsgBufID
2017-06-27 17:24:43 +08:00
Lowaichung and GitHub
1624f47990
Merge pull request #46 from Gageco/master
...
fixed rtr bit issue
2017-06-27 17:19:26 +08:00
loovee
8ff75c35ea
add OBDII PIDs example
2017-06-27 17:16:25 +08:00
Gage Coprivnicar
916bfb49bf
more edits to the lib
2017-06-26 16:12:33 -06:00
Gage Coprivnicar
6be2ba4b1d
removed unecessary lines
2017-06-22 13:41:16 -06:00
Gage Coprivnicar
411eadba05
forgot to comment out some lines
2017-06-22 13:33:48 -06:00
Gage Coprivnicar
95e3d85046
fixed rtr bit issue
...
should be good to go
2017-06-22 13:25:01 -06:00