You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ATmega128, when I connect my input signal to interrupts 0 and 1, it works correctly, but when I connect it to interrupts 2 and 3, it does not work correctly. What is the problem?"
Hi
In ATmega128, when I connect my input signal to interrupts 0 and 1, it works correctly, but when I connect it to interrupts 2 and 3, it does not work correctly. What is the problem?"
`
void setup() {
pinMode(2, INPUT); //
pinMode(3, INPUT); //
pinMode(18, INPUT); //
pinMode(19, INPUT); //
}
`
Thanks
The text was updated successfully, but these errors were encountered: