hi i am new to arduino. I am using uno r3 board and connected two sensor to pin no-2 and pinno-3 of uno board. my purpose is to run two isr inthe external interupt event.
but even i dont connect the sensor the isr is executed by touching the pin. is it the normal operation of arduino.i have pulled up the pin to avoid noise.
but even i dont connect the sensor the isr is executed by touching the pin. is it the normal operation of arduino.i have pulled up the pin to avoid noise.
That is perfectly normal for any processor. A "floating" pin has an undefined value.
With input pullups enabled, it's not really floating. But the internal resistor is of a high enough impedance that touching it with your finger can couple mains frequency and other interference into the input. So you will get the same effect.