Start Back Next End
  
ZBasic System Library
241
ZBasic Microcontrollers
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 3000 CPU cycles (200µS at 14.7MHz) during the generation
process.  Interrupts are reenabled between each successive cycle.
See Also
Previous page Top Next page