Commit Graph
8 Commits
Author SHA1 Message Date
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
wangcoolcandBaozhu Zuo da74297193 Complete mcp2515 canbus reveive sleep example 2020-12-10 17:10:14 +08:00
Baozhu ZuoandBaozhu Zuo edaba2d87e Merge branch 'mbaum0193-master' 2020-05-12 17:21:50 +08:00
Baozhu Zuo dc03e48b66 Avr dedicated header file, should be specified. 2020-03-30 10:14:04 +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