SHT4X
Read temperature and pressure from Sensirion SHT4x sensors in Elixir.
Usage
iex> {:ok, sht} = SHT4X.start_link(bus_name: "i2c-1")
{:ok, #PID<0.2190.0>}
iex> SHT4X.measure
{:ok,
%SHT4X.Measurement{
humidity_rh: 58.1079439680166,
temperature_c: 31.108203375347145,
timestamp_ms: 184143
}}