FastArduino  v1.8
C++ library to build fast but small Arduino/AVR projects
devices::mcp230xx::MCP23008< MANAGER >::CapturedValuesFuture Class Reference

Create a future to be used by asynchronous method captured_values(CapturedValuesFuture&). More...

#include <fastarduino/devices/mcp23008.h>

Inheritance diagram for devices::mcp230xx::MCP23008< MANAGER >::CapturedValuesFuture:
Collaboration diagram for devices::mcp230xx::MCP23008< MANAGER >::CapturedValuesFuture:

Detailed Description

template<typename MANAGER>
class devices::mcp230xx::MCP23008< MANAGER >::CapturedValuesFuture

Create a future to be used by asynchronous method captured_values(CapturedValuesFuture&).

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

See also
captured_values(CapturedValuesFuture&)

Definition at line 349 of file mcp23008.h.


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