GPIO34 - 39 are input only.
And they have no internal pull-ups.
If Keypad.h uses "INTERNAL_PULLUP" then it would not work - until external pull-ups are placed.
Since the Columns are outputs, you will have to use other GPIO's for those.
GPIO34 - 39 are input only.
And they have no internal pull-ups.
If Keypad.h uses "INTERNAL_PULLUP" then it would not work - until external pull-ups are placed.
Since the Columns are outputs, you will have to use other GPIO's for those.