Skip to content

Commit

Permalink
Merge pull request #7 from truher/main
Browse files Browse the repository at this point in the history
add missing col6
  • Loading branch information
truher authored Jan 18, 2025
2 parents da1e885 + 9f32f91 commit d781bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions studies/console/arduino/field_buttons_2025/Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Sensor {
pinMode(COL3, INPUT_PULLUP);
pinMode(COL4, INPUT_PULLUP);
pinMode(COL5, INPUT_PULLUP);
pinMode(COL6, INPUT_PULLUP);
// All rows start as high-Z digital inputs.
rowHigh(ROW0);
rowHigh(ROW1);
Expand Down

0 comments on commit d781bad

Please sign in to comment.