mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 10:51:12 +03:00
BMX055/BMI055/BMC150: Add string based cons
Signed-off-by: Adelin Dobre <adelin.dobre@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
a8cd0f72ec
commit
03bc2ae26e
@ -117,6 +117,13 @@ namespace upm {
|
||||
int magAddr=BMX055_DEFAULT_MAG_I2C_ADDR,
|
||||
int magCS=-1);
|
||||
|
||||
/**
|
||||
* Instantiates BMX055 based on a given string.
|
||||
*
|
||||
* @param initStr string containing specific information for BMX055 initialization.
|
||||
*/
|
||||
BMX055(std::string initStr);
|
||||
|
||||
/**
|
||||
* BMX055 Destructor.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user