RFM73library
 All Classes Functions Typedefs Groups Pages
Public Member Functions | List of all members
pins::input_output_pin Class Reference

abstraction of a pin that can be used as digital input or output More...

#include <rfm73.h>

Inheritance diagram for pins::input_output_pin:
pins::output_pin pins::input_pin pins::uc_pin

Public Member Functions

virtual void direction_set (direction d)
 configure the pin as input or output
 
void direction_set_input ()
 configure the pin as input
 
void direction_set_output ()
 configure the pin as output
 
- Public Member Functions inherited from pins::output_pin
virtual void set (bool x)=0
 set the current value of a pin configured as output
 
- Public Member Functions inherited from pins::input_pin
virtual bool get ()=0
 get the current value of a pin configured as input
 

Detailed Description

abstraction of a pin that can be used as digital input or output


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