FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Create a future to be used by asynchronous method begin(BeginFuture&). More...
#include <fastarduino/devices/mpu6050.h>
Create a future to be used by asynchronous method begin(BeginFuture&).
This is used by begin()
to pass input settings, and it shall be used by the caller to determine when the I2C transaction is finished, hence when you may use other methods such as gyro_measures()
to get sensors measurements from the device.
gyro_range | the GyroRange to use for the gyroscope measurements |
accel_range | the AccelRange to use for the accelerometer measurements |
low_pass_filter | the DLPF bandwidth to use for operations |
clock_select | the ClockSelect to use as the device clock source |