mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Adding pin 13 (row 5): http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1259066861
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
// 2-dimensional array of row pin numbers:
|
// 2-dimensional array of row pin numbers:
|
||||||
const int row[8] = {
|
const int row[8] = {
|
||||||
2,7,19,5,18,12,16 };
|
2,7,19,5,13,18,12,16 };
|
||||||
|
|
||||||
// 2-dimensional array of column pin numbers:
|
// 2-dimensional array of column pin numbers:
|
||||||
const int col[8] = {
|
const int col[8] = {
|
||||||
|
Reference in New Issue
Block a user