Success! That change did the trick, thank you! I do get a print out from the first check that says first one: endtransmission returned 1, but that's immediatley followed by MPU6050 Found! logged from the render file. It then get sensor values printed out continuously as seen below:
Building project...
Build finished
Running project...
first one: endtransmission returned 1
MPU6050 Found!
Accelerometer range set to: +-8G
Gyro range set to: +- 500 deg/s
Filter bandwidth set to: 21 Hz
Acceleration X: 3.00712, Y: 2.8898, Z: 4.84826 m/s^2
Rotation X: -0.0586217, Y: -0.00319755, Z: -0.0255804 rad/s
Temperature: 28.1859 degC
Acceleration X: 4.42688, Y: 4.24492, Z: 7.15387 m/s^2
Rotation X: -0.0580888, Y: -0.00293109, Z: -0.0250475 rad/s
Temperature: 28.2035 degC
Acceleration X: 4.4197, Y: 4.26407, Z: 7.14909 m/s^2
Rotation X: -0.0588882, Y: -0.00239816, Z: -0.0253139 rad/s
Temperature: 28.2006 degC
If these values are printing, at this point can they be mapped to RNBO parameters? If so, how would I integrate that into the standard RNBO project render.cpp?