Uses of Class
com.diozero.api.PwmType

Packages that use PwmType 
Package Description
com.diozero.api
Lower-level APIs for interfacing with devices.
  • Uses of PwmType in com.diozero.api

    Methods in com.diozero.api that return PwmType 
    Modifier and Type Method Description
    static PwmType PwmType.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static PwmType[] PwmType.values()
    Returns an array containing the constants of this enum type, in the order they are declared.