Skip to content

this is a port of adafruits dht11 library for arduino. Ported to support msp430 processors

License

Notifications You must be signed in to change notification settings

pbochenski/mspdht11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mspdht11

this is a port of adafruits dht11 library for arduino (https://github.com/adafruit/DHT-sensor-library). Ported to support msp430 processors. It does not use any timer but uses delay_cycles() to synchronize with dht11. Tested on msp430g2553

usage:

  1. set your clock speed in dht11.h
  2. set your port and pin where you've connected sensor
  3. run dth11_read() to read data from sensor. It takes char[2] as a parameter and returns humidity in output[0] and tempreture in output[1].

About

this is a port of adafruits dht11 library for arduino. Ported to support msp430 processors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published