Sha256: d50272197024ff27acf0f04da6b63eeefca56d7aaf5d3e083064f8cacf3f39ff
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
/* for usleep */ //#define _BSD_SOURCE #include <stdio.h> #include <string.h> #include <stdlib.h> #include <dirent.h> #include <fcntl.h> #include <assert.h> #include <unistd.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> #include <bcm2835.h> #include <unistd.h> int readDHT(int type, int pin, float *temp_p, float *hum_p); int readDHT2(int type, int pin, float *temp_p, float *hum_p);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dht_sensor-0.0.2 | ext/dht_sensor/dhtreader.h |
dht_sensor-0.0.1 | ext/dht_sensor/dhtreader.h |