Private
Public Access
2
0

i2cslave: first possibly working implementation of i2cslave api

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-11 15:46:27 +01:00
parent 84beaf2c05
commit 7eb9fa64a9
5 changed files with 13 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ public:
protected:
int _hz;
int i2c_handle;
int _addr;
};
}