Commit Graph
8 Commits
Author SHA1 Message Date
mehtajaghvi fb3a91170d Added LED blink example for ArduinoMega and seeedCANBUSSHIELD 2015-06-25 15:57:16 -04:00
Nathan Cheek d6bbbdea55 Fix semicolon syntax errors 2015-06-11 19:56:17 -04:00
loovee e15f39a2fc add print can id to recv examples 2015-05-29 10:36:33 +08:00
Florian Knodt fcbf4be6aa examples/send: Typo
standard flame -> standard frame
2015-05-15 19:04:44 +02:00
loovee 09fb19398c update examples 2015-04-28 09:38:27 +08:00
Ralf Edmund Stranzenbach 0a791f6d4b Receive may freeze if CAN saturated
If either the CANBUS is saturated or the MCU is busy for some time, both RX buffers of the MCP2515 may be in use. If the MCU does not catch up in processing the incoming messages, the second message received just adds another reason for the IRQ.
Thus reading a single message does not clear the IRQ conditon of the MCP2515 leading to a permanent lock up of the receiver program.

Signed-off-by: Ralf Edmund Stranzenbach <ralf@reswi.de>
2014-10-14 23:53:17 +02:00
reeedstudio 64ca6c9c32 add set mask and filter example 2014-07-08 20:11:32 +08:00
loovee 925f97c2c9 version 1.2 2014-07-08 13:55:49 +08:00