BulldogLowell:
pinMode(2, INPUT);
attachInterrupt(0,count, CHANGE);
are you using PULLUP or PULLDOWN resistors on Pin 2?
I don't have nothing on Pin 2. I´m trying with interrupts.
BulldogLowell:
pinMode(2, INPUT);
attachInterrupt(0,count, CHANGE);
are you using PULLUP or PULLDOWN resistors on Pin 2?
I don't have nothing on Pin 2. I´m trying with interrupts.