pull/18/head
Jesse Vincent 9 years ago
parent ffb6828939
commit 9da546f174

@ -34,7 +34,7 @@ void implementation_led_sync() {
LED.sync();
}
void implementation_scan_row(byte row) {
void implementation_scan_row(byte row) {
if (left_initted) {
leftsx1509.updatePinState(left_rowpins[row], LOW);
leftsx1509.sendPinStates();
@ -52,7 +52,7 @@ void implementation_finish_scanning_row(byte row) {
leftsx1509.updatePinState(left_rowpins[row], HIGH);
if (right_initted)
rightsx1509.updatePinState(right_rowpins[row], HIGH);
}
}
uint8_t implementation_scan_left_col(byte row, byte col,uint8_t state) {

Loading…
Cancel
Save