Page 1 of 1

Spontaneous sending data to PC + disable all interrups(>1s)

Posted: Tue Aug 31, 2010 9:32 am
by pt200

Code: Select all

cli();
// time critical long process >1s
sei();
// Sending result to PC


Can such and how?

P.S. sorry for english :oops: