d2r2 / go-dht

Golang library to interact with DHT11/DHT22/DHT12 temperature and humidity sensors from Raspberry PI.
MIT License
133 stars 52 forks source link

locally declare functions #16

Open jnovack opened 5 years ago

jnovack commented 5 years ago

Locally declares sched_setscheduler() to resolve lint warnings

Fixes #15