Exemplo n.º 1
0
 public LedController(SoftwarePwmController pwmController) =>
Exemplo n.º 2
0
 public WindowsPwmControllerProvider(IGpioController controller)
 {
     m_SoftwarePwmController = new SoftwarePwmController(controller);
 }