Every 4th byte comes back with zero time elapsed high.
Really don't know why
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum {
|
||||
DHT22_OK,
|
||||
DHT22_TIMEOUT_ERROR,
|
||||
DHT22_TIMING_ERROR,
|
||||
DHT22_CHECKSUM_ERROR,
|
||||
} dht22_error;
|
||||
|
||||
Reference in New Issue
Block a user