Commit Graph
6 Commits
Author SHA1 Message Date
wangcoolc 576e6c9548 Modified mcp2515 send sleep example 2020-12-10 17:10:14 +08:00
Baozhu 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 Lu 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