Method | Description | |
---|---|---|
GetAnalogChannelsCount ( ) : int | ||
GetAnalogOutputChannelsCount ( ) : int | ||
GetAnalogOutputPinForChannel ( |
||
GetAnalogPinForChannel ( |
||
GetAvailableAnalogOutputPrecisionInBitsForChannel ( |
||
GetAvailablePrecisionInBitsForChannel ( |
||
GetBaudRateBoundary ( int com, uint &MaxBaudRate, uint &MinBaudRate ) : void | ||
GetI2CPins ( |
||
GetLCDMetrics ( int &width, int &height, int &bitsPerPixel, int &orientationDeg ) : void | ||
GetPWMChannelsCount ( ) : int | ||
GetPinsCount ( ) : int | ||
GetPinsMap ( |
||
GetPinsUsage ( |
||
GetPwmPinForChannel ( |
||
GetSerialPins ( string comPort, |
||
GetSerialPortsCount ( ) : int | ||
GetSpiPins ( |
||
GetSpiPortsCount ( ) : int | ||
GetSupportedInterruptModes ( |
||
GetSupportedResistorModes ( |
||
IsSupportedBaudRate ( int com, uint &baudrateHz ) : bool | ||
Register ( |
||
SupportsNonStandardBaudRate ( int com ) : bool |
public GetAnalogOutputChannelsCount ( ) : int | ||
return | int |
public GetAnalogOutputPinForChannel ( |
||
channel | ||
return | Cpu.Pin |
public GetAnalogPinForChannel ( |
||
channel | ||
return | Cpu.Pin |
public GetAvailableAnalogOutputPrecisionInBitsForChannel ( |
||
channel | ||
return | int[] |
public GetAvailablePrecisionInBitsForChannel ( |
||
channel | ||
return | int[] |
public GetBaudRateBoundary ( int com, uint &MaxBaudRate, uint &MinBaudRate ) : void | ||
com | int | |
MaxBaudRate | uint | |
MinBaudRate | uint | |
return | void |
public GetI2CPins ( |
||
scl | ||
sda | ||
return | void |
public GetLCDMetrics ( int &width, int &height, int &bitsPerPixel, int &orientationDeg ) : void | ||
width | int | |
height | int | |
bitsPerPixel | int | |
orientationDeg | int | |
return | void |
public GetPinsMap ( |
||
pins | ||
PinCount | int | |
return | void |
public GetPinsUsage ( |
||
pin | ||
return | Cpu.PinUsage |
public GetPwmPinForChannel ( |
||
channel | ||
return | Cpu.Pin |
public GetSerialPins ( string comPort, |
||
comPort | string | |
rxPin | ||
txPin | ||
ctsPin | ||
rtsPin | ||
return | void |
public GetSpiPins ( |
||
spi_mod | ||
msk | ||
miso | ||
mosi | ||
return | void |
public GetSupportedInterruptModes ( |
||
pin | ||
return | Cpu.PinValidInterruptMode |
public GetSupportedResistorModes ( |
||
pin | ||
return | Cpu.PinValidResistorMode |
public IsSupportedBaudRate ( int com, uint &baudrateHz ) : bool | ||
com | int | |
baudrateHz | uint | |
return | bool |
public static Register ( |
||
provider | ||
return | void |
public SupportsNonStandardBaudRate ( int com ) : bool | ||
com | int | |
return | bool |