Inert Input Pin#

Defined in namespace hal::soft

#include <libhal-soft/inert/inert_input_pin.hpp>

class inert_input_pin : public hal::input_pin#

Inert implementation of digital input pin hardware.

Public Functions

inline constexpr inert_input_pin(bool p_level)#

Create inert_input_pin object.

Parameters:

p_level – - what will be returned from the level function.