X13.Periphery.TWIDriver.BH1750.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
      public override void Reset() {
        _pt=DateTime.Now.AddSeconds(_rand.Next(15, 30));
        _st=0;
        _present.value=false;
      }
    }