#pragma once typedef enum { DHT_OK } dht22_error; int dht_temperature(); dht22_error dht_read();