Navigation bar
  Start Previous page
 133 of 283 
Next page End 128 129 130 131 132 133 134 135 136 137 138  

124
Valid Input Capture Pins
ZX Models
Timer1 Pin
Timer3 Pin
Timer4 Pin
Timer5 Pin
ZX-24, ZX-24a, ZX-24p, ZX-24n
12, D.6
-
-
-
ZX-40, ZX-40a, ZX-40p, ZX-40n
20, D.6
-
-
-
ZX-44, ZX-44a, ZX-44p, ZX-44n
15, D.6
-
-
-
ZX-24e, ZX-24ae
14, D.6
-
-
-
ZX-1281, ZX-1281n
29, D.4
9, E.7
-
-
ZX-1280, ZX-1280n
47, D.4
9, E.7
35, L.0
36, L.1
ZX-128e, ZX-1281e
8, D.4
13, E.7
-
-
For native code devices, the table below gives the ISRs that may be loaded if your program uses
InputCaptureEx().  If the compiler cannot determine which specific timer ISR is required by analyzing the
parameters used, all listed ISRs will be included.
ISRs Required
Underlying CPU
ISR Name
mega644P
Timer1_Capt, Timer1_OVF
mega1281
Timer1_Capt, Timer1_OVF,
Timer3_Capt, Timer3_OVF
mega1280
Timer1_Capt, Timer1_OVF,
Timer3_Capt, Timer3_OVF,
Timer4_Capt, Timer4_OVF,
Timer5_Capt, Timer5_OVF
Example
Dim pd(1 to 5) as UnsignedInteger
Call PutPin(D.6, zxInputTriState)
Call InputCaptureEx(D.6, pd, UBound(pd), 1)
Compatibility
This routine is not available in BasicX compatibility mode.
Previous page Top Next page