mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
ppd42ns: Move dustData to upm namespace
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:

committed by
Sarah Knepper

parent
3494bd2008
commit
121caf0829
@ -27,6 +27,8 @@
|
||||
#include <time.h>
|
||||
#include <mraa/aio.h>
|
||||
|
||||
namespace upm {
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int lowPulseOccupancy;
|
||||
@ -34,7 +36,6 @@ typedef struct
|
||||
double concentration;
|
||||
} dustData;
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief C++ API for the Dust Sensor
|
||||
|
Reference in New Issue
Block a user