User manual
Manuals
Brands
C-CONTROL Manuals
Robots
PRO-BOT128 + PRO 128 Unit + Voltcraft® USB programming cable Kit
231
232
233
234
235
236
237
238
239
240
225
C-Control Pro Mega Series
©
2008 Conrad Electronic
Timer_TickCount();
AbsDelay(
500
);
// 500 ms warten
time=Timer_TickCount();
// der Wert von time sollte 50 sein
}
1
...
...
232
233
234
235
236
...
...
244