Needs help for Interrupt
may know there limit space or time isr run? my code below: code: [select] // arduino timer ctc interrupt example // www.engblaze.com // avr-libc library includes #include <avr/io.h> #include <avr/interrupt.h> #include <wire.h> #include <virtualwire.h> #include <softi2c.h> #include <ds3232rtc.h> softi2c i2c(a4, a5); ds3232rtc rtc(i2c); #define ledpin 13 // must download , install virtualwire.h hardware/libraries folder #undef int #undef abs #undef double #undef float #undef round int seconds = 0; int j = 0; int storage [100]; int yea [100]; int mont [100]; int da [100]; int hou [100]; int minu [100]; int secon [100] ; int tempvoltage; int tempyea; int tempmont; int tempda; int temphou; int tempminu; int tempsecon; int k = 0; char verify[2]; int precision1; int precision2; int precision3; int mult; float charf1; void setup() { serial.begin(9600); // debugging only vw_set_pt...