FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices::magneto::MPU6050< MANAGER >::ResetFuture Class Reference

Create a future to be used by asynchronous method reset(ResetFuture&). More...

#include <fastarduino/devices/mpu6050.h>

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

Additional Inherited Members

- Public Member Functions inherited from i2c::TWriteRegisterFuture< MANAGER, REGISTER, T, FUNCTOR >
 TWriteRegisterFuture (const ARG_TYPE &value=ARG_TYPE{}, future::FutureNotification notification=future::FutureNotification::NONE)
 Create a TWriteRegisterFuture future. More...
 
- Public Member Functions inherited from i2c::WriteRegisterFuture< MANAGER, T, FUNCTOR >
 WriteRegisterFuture (uint8_t reg, const ARG_TYPE &value, future::FutureNotification notification=future::FutureNotification::NONE)
 Create a WriteRegisterFuture future for a given device register reg. More...
 

Detailed Description

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

Create a future to be used by asynchronous method reset(ResetFuture&).

This is used by reset() 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(ResetFuture&)

Definition at line 527 of file mpu6050.h.


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