FastArduino  v1.8
C++ library to build fast but small Arduino/AVR projects
devices::magneto::MPU6050< MANAGER >::ResetFifoFuture Class Reference

Create a future to be used by asynchronous method reset_fifo(ResetFifoFuture&). More...

#include <fastarduino/devices/mpu6050.h>

Inheritance diagram for devices::magneto::MPU6050< MANAGER >::ResetFifoFuture:
Collaboration diagram for devices::magneto::MPU6050< MANAGER >::ResetFifoFuture:

Detailed Description

template<typename MANAGER>
class devices::magneto::MPU6050< MANAGER >::ResetFifoFuture

Create a future to be used by asynchronous method reset_fifo(ResetFifoFuture&).

This is used by reset_fifo() to asynchronously launch the I2C transaction, and it shall be used by the caller to determine when the I2C transaction is finished.

See also
reset_fifo(ResetFifoFuture&)

Definition at line 766 of file mpu6050.h.


The documentation for this class was generated from the following file: