Alex Profile Topics Started Replies Created Engagements Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts June 29, 2011 at 12:20 pm in reply to: 2 parallel time measurements #6395 AlexParticipant int time1, time2; ISR(TIMER1_COMPA_vect) { if(a){ time1++; } if(b){ time2++; } } void init() { time1=0; time2=0; } ???? () {time1;} Author Posts Viewing 1 post (of 1 total)