SupportedPinConfiguration Class

Definition

Describes the capabilities of a pin

public class SupportedPinConfiguration
type SupportedPinConfiguration = class
Public Class SupportedPinConfiguration
Inheritance
SupportedPinConfiguration

Properties

AnalogInputResolutionBits

This contains the resolution of an analog input channel, in bits

AnalogPinNumber

This gets the number of the analog input pin, as commonly used by Arduino software

Pin

The pin number

PinModes

The list of supported modes for this pin

PwmResolutionBits

The width of the PWM register, typical value is 10 (the maximum value is then 1023)

Methods

ToString()

Returns a string that represents the current object.

Applies to