Für dieses Forum muß Javascript im Browser aktiviert werden!
Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C2 Quellcode formatieren: <code>Quellcode</code> ASM Quellcode formatieren: <asm>Quellcode</asm> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! > I am currently measuring at 10 millisec and 100 millisec intervals. That works fine on the CC2. The 100 millisec was doable in the C2 programming language, while for the 10 millisec I required to do some interrupthandling in assembler. The background still runs in C2, doing the LCD updates. > > So yes, its doable. I have this program also on the ATMEL, but programming on the ATMEL costs a lot more time then on the CC2. > > Adrie