User manual
Manuals
Brands
C-CONTROL Manuals
C-Control
Processor unit Pro Mega 128
185
186
187
188
189
190
191
192
193
194
187
Parameter
Geen
Returnw
aarde
Tij
dverschil tuss
en twee oproepen
Voorbeeld:
void mai
n(void)
{
word tim
e;
Timer_Ti
ckCount();
AbsDelay
(
500
);
// 5
00 ms wacht
en
time=Tim
er_TickCoun
t();
// de
waarde van
time moet 5
0 zijn
}
1
...
...
189
190
191
192
193
...
194