7 lines
145 B
C#
7 lines
145 B
C#
namespace Inspectron.HawkEye.Protocol.Interfaces
|
|
{
|
|
public interface ILightControl
|
|
{
|
|
void SetLight(int pwm1, int pwm2);
|
|
}
|
|
} |