ZBasic System Library
197
ZBasic Microcontrollers
The status parameter, if supplied, receives a value to indicate success or failure of the call.
Example
Call OpenDAC(1, &H01) ' prepare for DAC output using AVcc reference
Call DAC(1, 300) ' set the DAC level to 300/4095*AVcc
Compatibility
This subroutine is only available for xmega target devices and is not available in BasicX compatibility
mode.
See Also
|