Packages
Drive of DHT 11 and DHT 22 (temperature and humidity sensor)
Current section
Files
Jump to
Current section
Files
test/nerves_dht_test.exs
defmodule NervesDhtTest do
use ExUnit.Case
doctest NervesDht
test "the truth" do
assert 1 + 1 == 2
end
end