mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
BNO055: Change parameter in example file
Signed-off-by: Adelin Dobre <adelin.dobre@rinftech.com>
This commit is contained in:
parent
94d1694f0f
commit
ea6eb19387
@ -49,7 +49,7 @@ int main(int argc, char **argv)
|
||||
// Initialize a BNO055 using default parameters (bus 0, addr
|
||||
// 0x28). The default running mode is NDOF absolute orientation
|
||||
// mode.
|
||||
bno055_context sensor = bno055_init(0, BNO055_DEFAULT_ADDR);
|
||||
bno055_context sensor = bno055_init(0, BNO055_DEFAULT_ADDR, NULL);
|
||||
|
||||
if (!sensor)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user