We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1382fa commit 0fdb11cCopy full SHA for 0fdb11c
1 file changed
lib/circuits_sim/device/sht4x.ex
@@ -10,7 +10,7 @@ defmodule CircuitsSim.Device.SHT4X do
10
alias CircuitsSim.I2C.I2CDevice
11
alias CircuitsSim.I2C.I2CServer
12
13
- defstruct current: nil, serial_number: 0, humidity_rh: 0.0, temperature_c: 0.0
+ defstruct current: nil, serial_number: 0x12345678, humidity_rh: 30.0, temperature_c: 22.2
14
15
@type t() :: %__MODULE__{
16
current: atom(),
0 commit comments