markruys / arduino-DHT

Efficient DHT library for Arduino
Other
162 stars 119 forks source link

Naming Collision with well known DHT libraries #4

Open cdilga opened 8 years ago

cdilga commented 8 years ago

Generally it's good practice avoid naming your library the same way as other well known libraries, I'd suggest changing from the library name from DHT to something else to maximize compatibility. Some users of your library assumed compatibility with the adafruit DHT library, which could have been avoided.