Navigation bar
  Start Previous page
 72 of 283 
Next page End 67 68 69 70 71 72 73 74 75 76 77  

63
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