Pin name | Export GPIO num | wiringPi num |
---|---|---|
LCD_RS | #83 | 7 |
LCD_EN | #88 | 0 |
LCD_D4 | #116 | 2 |
LCD_D5 | #115 | 3 |
LCD_D6 | #87 | 1 |
LCD_D7 | #104 | 4 |
1. Get the wiringPi library compatible ODROID-C1.
git clone https://github.com/hardkernel/wiringPi
2. Build the library
cd wiringPi ./build