IOHardwarePinKind : public <<enumeration>> class
Created: 2010-02-03 10:45:32
Modified: 2010-03-31 01:12:08
Project:
Advanced:
<p>IOHardwarePinKind is an enumeration type representing different kinds of I/O Hardware Ports.<br/></p><p><br/></p><p>Extension: <br/></p><p>Enumeration, no extension.<br/></p>
Attribute Details
public
  digital
<<enum>>
Notes: I/O with fixed amplitude.
public
  analog
<<enum>>
Notes: I/O with varying amplitude.
public
  pwm
<<enum>>
Notes: PWM (Pulse Width Modulated) modulated I/O, i.e. a signal with fixed frequency and amplitude but varying duty cycle.
public
  other
<<enum>>
Notes: Another type of I/O port.