Hallo
Einfacher wäre wohl, wenn man die Stopwatch kaskadiert:
(ungetestet)Code:#define Warteminuten (10*365*24*60) uint32_t stopwatch1_expand=0; if(getStopwatch1() >= 60000) { setStopwatch1(0); stopwatch1_expand++; if(stopwatch1_expand >= Warteminuten) { writeString("Wieder 10 Jahre vorbei\n"); stopwatch1_expand=0; } }
Gruß
mic
Lesezeichen