Navigation bar
  Start Previous page
 73 of 286 
Next page End  

59
DACPin
Type
Subroutine
Invocation
DACPin(pin, dacValue, dacAccumulator)
Parameter
Method
Type
Description
pin
ByVal
Byte
The pin to which the DAC signal will be output.
dacValue
ByVal
Byte
The value representing the desired analog output.  See the
discussion below.
dacAccumulator
ByRef
Byte
A value used in the DAC process.  See discussion below.
Discussion
technique.  ZBasic supports this routine for backward compatibility.  New applications should use
PutDAC() as it is more flexible.  See the description of PutDAC() for more information.
Resource Usage
This routine disables interrupts for approximately 200µS during the generation process.
See Also
Previous page Top Next page