Skip to content
Snippets Groups Projects
Commit f48a8976 authored by Derecho's avatar Derecho
Browse files

Swapped RS and CLOCK pins

parent 5798739d
Branches master
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
#define LCD_PORT GPIOB
#define LCD_RCC RCC_GPIOB
#define LCD_RS GPIO10
#define LCD_CLOCK GPIO11
#define LCD_RS GPIO11
#define LCD_CLOCK GPIO10
#define LCD_4 GPIO12
#define LCD_5 GPIO13
#define LCD_6 GPIO14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment