Class OdroidBoardInfoProvider.OdroidC1BoardInfo
java.lang.Object
com.diozero.util.BoardPinInfo
com.diozero.util.BoardInfo
com.diozero.internal.board.UnknownBoardInfo
com.diozero.internal.board.GenericLinuxArmBoardInfo
com.diozero.internal.board.odroid.OdroidBoardInfoProvider.OdroidC1BoardInfo
- Enclosing class:
- OdroidBoardInfoProvider
public static class OdroidBoardInfoProvider.OdroidC1BoardInfo extends GenericLinuxArmBoardInfo
-
Field Summary
Fields inherited from class com.diozero.util.BoardPinInfo
ADC_KEY_PREFIX, DAC_KEY_PREFIX, DEFAULT_ADC_NAME_PREFIX, DEFAULT_DAC_NAME_PREFIX, DEFAULT_GPIO_NAME_PREFIX, GPIO_KEY_PREFIX
-
Constructor Summary
Constructors Constructor Description OdroidC1BoardInfo()
-
Method Summary
Modifier and Type Method Description int
getPwmChip(int pwmNum)
Methods inherited from class com.diozero.internal.board.GenericLinuxArmBoardInfo
initialisePins
Methods inherited from class com.diozero.internal.board.UnknownBoardInfo
get, getByAdcNumber, getByDacNumber, getByGpioNumber
Methods inherited from class com.diozero.util.BoardInfo
createMmapGpio, getAdcVRef, getCpuTemperature, getI2CBuses, getLibraryPath, getMake, getMemory, getModel, getName, sameMakeAndModel, toString
Methods inherited from class com.diozero.util.BoardPinInfo
addAdcPinInfo, addAdcPinInfo, addAdcPinInfo, addAdcPinInfo, addDacPinInfo, addDacPinInfo, addDacPinInfo, addDacPinInfo, addDacPinInfo, addGeneralPinInfo, addGeneralPinInfo, addGeneralPinInfo, addGeneralPinInfo, addGeneralPinInfo, addGpioPinInfo, addGpioPinInfo, addGpioPinInfo, addGpioPinInfo, addGpioPinInfo, addGpioPinInfo, addGpioPinInfo, addPwmPinInfo, addPwmPinInfo, addPwmPinInfo, addPwmPinInfo, addPwmPinInfo, getAdcPins, getByChipAndLineOffset, getByName, getByPwmNumber, getDacPins, getGpioPins, getGpios, getHeaders, getHeaderValues, mapToSysFsGpioNumber
-
Constructor Details
-
OdroidC1BoardInfo
public OdroidC1BoardInfo()
-
-
Method Details
-
getPwmChip
public int getPwmChip(int pwmNum)- Overrides:
getPwmChip
in classBoardInfo
-