Course Work
Course Work
h>
char keys[ROW_NUM][COLUMN_NUM] = {
{'1','2','3', 'A'},
{'4','5','6', 'B'},
{'7','8','9', 'C'},
{'*','0','#', 'D'}
};
byte pin_rows[ROW_NUM] = {9, 8, 7, 6}; //connect to the row pinouts of the keypad
byte pin_column[COLUMN_NUM] = {5, 4, 3, 2}; //connect to the column pinouts of the keypad
void setup(){
Serial.begin(9600);
pinMode(10,1);
void loop(){
if (key=='1'){
// Serial.println("\n");
Serial.print("hellowwwww");
digitalWrite(10,1);
else if(key=='2'){
Serial.println("\n");
Serial.print("how are you");
digitalWrite(10,0);
else if(key=='3'){
Serial.println("\n");
Serial.print("am ok");
else if(key=='4'){
Serial.println("\n");
else if(key=='5'){
Serial.println("\n");
Serial.print("long time");
else if(key=='6'){
Serial.println("\n");