Navigation bar
  Start Previous page
 223 of 323 
Next page End  

ZBasic System Library
213
ZX Microcontroller Family
Examples
Dim acc as Byte
Call PutDAC(12, 0.5, acc)
Call PutDAC(12, 128, acc, 5)
Compatibility
In BasicX compatibility mode, the dacValue parameter may only be specified using a Single value. 
Also, the fourth parameter is not supported.
Resource Usage
This routine disables interrupts for about 200µS during the generation process.  Interrupts are reenabled
between each successive cycle.
See Also
Previous page Top Next page