mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
ppd42ns_data.h: replace tabs with spaces
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
65fc70a31a
commit
6ceebc9a17
@ -36,11 +36,11 @@ extern "C" {
|
|||||||
// This is a data struct used by the ppd42ns (dust sensor) driver.
|
// This is a data struct used by the ppd42ns (dust sensor) driver.
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
unsigned int lowPulseOccupancy;
|
unsigned int lowPulseOccupancy;
|
||||||
double ratio;
|
double ratio;
|
||||||
double concentration;
|
double concentration;
|
||||||
double ugm3;
|
double ugm3;
|
||||||
int aqi;
|
int aqi;
|
||||||
} ppd42ns_dust_data;
|
} ppd42ns_dust_data;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user