Ran clang-format
This commit is contained in:
@@ -9,11 +9,9 @@ typedef enum {
|
||||
} dht22_error;
|
||||
|
||||
typedef uint16_t deci_percent;
|
||||
typedef int16_t deci_degrees_c;
|
||||
typedef int16_t deci_degrees_c;
|
||||
|
||||
void dht22_handle_error();
|
||||
deci_percent dht22_relative_humidity();
|
||||
deci_degrees_c dht22_temperature();
|
||||
dht22_error dht22_read();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user