Code Keypad 3x4
Code Keypad 3x4
int sensorPin = A0; // select the input pin for the potentiometer
int sensorValue = 0; // variable to store the value coming from the sensor
int keyvalue;
void setup()
Serial.begin(9600);
void loop()
{printlnkeyvalue(300);}
switch(sensorValue)