Navigation bar
  Start Previous page
 206 of 307 
Next page End  

ZBasic System Library
196
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