Reformat with bcpp
Used commandline: bcpp -i 2 -yq -ya -s -bcl -tbcl $i
This commit is contained in:
		| @@ -29,19 +29,19 @@ | ||||
| #define MGOS_HTU21DF_READREG               (0xE7) | ||||
| #define MGOS_HTU21DF_RESET                 (0xFE) | ||||
|  | ||||
|  | ||||
| #ifdef __cplusplus | ||||
| extern "C" { | ||||
| #endif | ||||
|   #endif | ||||
|  | ||||
| struct mgos_htu21df { | ||||
|   struct mgos_i2c *i2c; | ||||
|   uint8_t i2caddr; | ||||
|   double last_read_time; | ||||
|   struct mgos_htu21df | ||||
|   { | ||||
|     struct mgos_i2c *i2c; | ||||
|     uint8_t i2caddr; | ||||
|     double last_read_time; | ||||
|  | ||||
|   float humidity, temperature; | ||||
| }; | ||||
|     float humidity, temperature; | ||||
|   }; | ||||
|  | ||||
| #ifdef __cplusplus | ||||
|   #ifdef __cplusplus | ||||
| } | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user