adkron / grovepi

Use the GrovePi in Elixir
Apache License 2.0
47 stars 9 forks source link

Remove DHT and rename DHT11->DHT #23

Closed fhunleth closed 7 years ago

fhunleth commented 7 years ago

The new DHT11 is more useful than the old DHT implementation, so make it the official one to use now. This also gets rid of some confusion of which one should be used.

sourcelevel-bot[bot] commented 7 years ago

Ebert has finished reviewing this Pull Request and has found:

You can see more details about this review at https://ebertapp.io/github/fhunleth/grovepi/pulls/23.

fhunleth commented 7 years ago

@axelclark Here's the DHT delete/DHT11 rename. Could you give it a quick check and then I'll merge?