mirror of
https://github.com/eclipse/upm.git
synced 2025-07-07 20:31:13 +03:00
upm: move to maa 0.2.1 C api
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <maa/maa.h>
|
||||
#include <maa/i2c.h>
|
||||
|
||||
#define MAX_BUFFER_LENGTH 6
|
||||
|
||||
@ -39,7 +39,7 @@ public:
|
||||
private:
|
||||
int coor[3];
|
||||
char rx_tx_buf[MAX_BUFFER_LENGTH];
|
||||
maa::I2CSlave* i2c;
|
||||
maa_i2c_context* i2c;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user