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

Create a future to be used by asynchronous method begin(BeginFuture&). More...

#include <fastarduino/devices/mcp23008.h>

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

Detailed Description

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

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.

Parameters
interrupt_polaritythe level triggerred on INT pin when an interrupt occurs
See also
begin(BeginFuture&)

Definition at line 79 of file mcp23008.h.


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