1#ifndef Driver_DIO_In_h_
2#define Driver_DIO_In_h_
15#include "colony_map.h"
18#define DriverDioInPinConfig_T DriverDioInPinConfig_T_MAP
#define DriverDioInPinConfig_T
Defer the definition of the pin configuration to the application's 'platform'.
Definition In.h:18
This class defines a generic interface for sampling a single Digital Input signal.
Definition In.h:32
void stop()
Stops the driver.
bool isAssertedHigh() const
Returns true if the logical asserted state maps to a physical high signal.
Definition In.h:56
bool m_started
Started flag.
Definition In.h:69
In(DriverDioInPinConfig_T pinConfig, bool assertedHigh=true)
Constructor.
bool m_assertedHigh
Polarity of the output ping.
Definition In.h:66
bool sample() const
Returns the current input value.
bool start()
Starts the driver.
DriverDioInPinConfig_T m_pin
PIN info.
Definition In.h:63