Instructions
Manuals
Brands
Whadda Manuals
Education & Development Kits
Prototyping interface Assembly kit
20
21
22
23
24
25
26
27
28
29
Dim IOdata(0 To MaxIOchip) As Long
Dim DAC(1 To MaxDACchannel) As Long
Dim DA(1 To MaxDAchannel) As Long
Private Sub Form_Load()
Start_K8000
End Sub
Private Sub Form_Terminate()
Stop_K8000
End Sub
1
...
...
27
28
29