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

Create a future to be used by asynchronous method status(StatusFuture&). More...

#include <fastarduino/devices/hmc5883l.h>

Inheritance diagram for devices::magneto::HMC5883L< MANAGER >::StatusFuture:
Collaboration diagram for devices::magneto::HMC5883L< MANAGER >::StatusFuture:

Detailed Description

template<typename MANAGER>
class devices::magneto::HMC5883L< MANAGER >::StatusFuture

Create a future to be used by asynchronous method status(StatusFuture&).

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

See also
status(StatusFuture&)

Definition at line 333 of file hmc5883l.h.


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