void setup( void )
{
}
void loop( void )
{
}
ISR(INT0_vect)
{
}
...compiles for the Uno under Arduino 1.0.1.
Are you calling attachInterrupt or detachInterrupt?
void setup( void )
{
}
void loop( void )
{
}
ISR(INT0_vect)
{
}
...compiles for the Uno under Arduino 1.0.1.
Are you calling attachInterrupt or detachInterrupt?