Search found 1 match

by Tinker2
Mon Sep 09, 2024 5:47 pm
Forum: Hardware
Topic: ESP32 keypad problem
Replies: 1
Views: 324

ESP32 keypad problem

I am using FlowCode to program an ESP32-Wroom, simply put a 3x4 keypad and a display. The keypad is connected like this:- byte pin_rows[ROW_NUM] = {19, 18, 5, 17}; // GPIO19, GPIO18, GPIO5, GPIO17 connect to the row pins byte pin_column[COLUMN_NUM] = {16, 4, 0}; An arduino sketch proves the hardware...