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

Commit d09b8e4

Browse files
committed
Wrong definition for pins
Moreover it seems there is a pin numbering misalignement between the schematic and the printed one on the connector. Connector start at 22 while shcematics start a 23 (no 22 on the schematics) Possible enhancement: D77 could be removed and #define LCD_BL D77 could be set to D22 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 4d917ee commit d09b8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/otto/variant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const PinName digital_arduino[] = {
4646
PB11, //D19
4747
PH5, //D20
4848
PH4, //D21
49-
PE5, //D22
50-
PE6, //D23
49+
PJ3, //D22
50+
PG11, //D23
5151
PE2, //D24
5252
PE4, //D25
5353
PI8, //D26

0 commit comments

Comments
 (0)