Home
last modified time | relevance | path

Searched refs:MaxHumidity (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DSI70xx.cs76 if(MinHumidity > value || value > MaxHumidity)
78 …eException("The humidity value must be between {0} and {1}.".FormatWith(MinHumidity, MaxHumidity));
152 private const decimal MaxHumidity = 100; field in Antmicro.Renode.Peripherals.Sensors.SI70xx