Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 4a3b1a6

Browse files
alfransergiotomasello
authored andcommitted
Fixed CAN-BUS pin definition and added CAN-BUS port 2 pin definition
1 parent 2071473 commit 4a3b1a6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
- Core:
22
- Fixed USB CDC issue if the chunk is greater than 64 bytes
33
- Fixed I2C Pin definition
4+
- Fixed CAN-BUS pin definition
5+
- Added CAN-BUS port 2 definition
46

57
- Library:
68
- Audio:

variants/otto/variant.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@
164164
#define LED_BUILTIN D13
165165

166166
// CAN PIN
167-
#define CANRX D68
168-
#define CANTX D69
169-
// #define CANRX1 D
170-
// #define CANTX1 D
167+
#define CANTX D68
168+
#define CANRX D69
169+
#define CANTX1 D51
170+
#define CANRX1 D53
171171

172172
// SPI PIN
173173
#define MISO D72

0 commit comments

Comments
 (0)