Add: a baudrate compatible argument to MCP2518FD CAN.begin()

This commit is contained in:
turmary
2021-01-15 11:32:22 +08:00
parent e3834de29c
commit 544d2c8eeb
16 changed files with 198 additions and 177 deletions
+2
View File
@@ -1,4 +1,6 @@
// demo: CAN Sleep Example - send
// *** only works on AVR + MCP2515 platform
//
// by Kai, based on the send example by loovee and the additions from Zak Kemble (https://github.com/coryjfowler/MCP_CAN_lib/pull/10/files)
//
// See receive_sleep example for additional notes.