9 Commits
Author SHA1 Message Date
turmary 544d2c8eeb Add: a baudrate compatible argument to MCP2518FD CAN.begin() 2021-01-15 11:32:22 +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
Anson HeandBaozhu Zuo c11356b4e5 Clear up Arduino examples for all Arduino boards 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 7eda1c5315 Complete canbus gpio read example 2020-12-10 17:10:14 +08:00
Baozhu Zuo 7d30ccccc8 Pretty printed the Arduino code with astyle 2020-02-03 15:00:22 +08:00
zhengxing LuandBaozhu Zuo 81a975210b add samd compatibility 2019-08-08 13:48:23 +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
Florian Knodt 15c6bfb80a Allow to use status pins as regular GPIO 2018-01-14 00:41:57 +01:00