Skip to content

Commit

Permalink
WCan: Change Interrupt from D4 to D2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmucde committed May 9, 2021
1 parent b8c2fdc commit 66035c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WCan.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class WCan
{
public:
WCan(byte baudrate = CAN_500KBPS,byte clock = MCP_8MHZ, int pinCs = D8,int pinInt = D4);
WCan(byte baudrate = CAN_500KBPS,byte clock = MCP_8MHZ, int pinCs = D8,int pinInt = D2);
~WCan();

enum CanEvent { None, Received };
Expand Down

0 comments on commit 66035c6

Please sign in to comment.