hawkeye camera support(not tested)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Inspectron.HawkEye.Protocol.Interfaces
|
||||
{
|
||||
public interface ILightControl
|
||||
{
|
||||
void SetLight(int pwm1, int pwm2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user