//my self test ayya page 19/03/24
//இதில் pushbutton funtion உள்ளது
#include "ecen.h"
#define SWITCH4 8
void setup() {
init_port();
}
void loop() {
unsigned char x,y;
y = 1;
x = input();
if((x & 0x01)==0x01)
output(y);
}
//my self test ayya page 19/03/24
//இதில் pushbutton funtion உள்ளது
#include "ecen.h"
#define SWITCH4 8
void setup() {
init_port();
}
void loop() {
unsigned char x,y;
y = 1;
x = input();
if((x & 0x01)==0x01)
output(y);
}