Interface LinuxFsPwmProvider

All Superinterfaces:
Describable, Extension<PwmProvider>, Identity, Lifecycle<PwmProvider>, Provider<PwmProvider, Pwm, PwmConfig>, PwmProvider
All Known Implementing Classes:
LinuxFsPwmProviderImpl

public interface LinuxFsPwmProvider extends PwmProvider

LinuxFsPwmProvider interface.

Version:
$Id: $Id
Author:
Robert Savage (http://www.savagehomeautomation.com)
  • Field Details

  • Method Details

    • newInstance

      static LinuxFsPwmProvider newInstance(String pwmFileSystemPath, int pwmChip)

      newInstance.

      Parameters:
      pwmFileSystemPath - Path to PWM device tree
      pwmChip - Number of PWM chip in device tree
      Returns:
      a LinuxFsPwmProvider object.
    • newInstance

      static LinuxFsPwmProvider newInstance(int pwmChip)

      newInstance.

      Parameters:
      pwmChip - Number of PWM chip in device tree
      Returns:
      a LinuxFsPwmProvider object.