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

arduino pin that cab be used as input or output More...

#include <rfm73.h>

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

Public Member Functions

 uc_pin (unsigned char nr)
 create a pin, specify the pin number
 
void direction_set_output ()
 configure the pin as an output
 
void direction_set_input ()
 configure the pin as an input
 
bool get ()
 get the current value of a pin configured as input
 
void set (bool x)
 set the value of a pin configured as output
 
- Public Member Functions inherited from pins::input_output_pin
virtual void direction_set (direction d)
 configure the pin as input or output
 

Detailed Description

arduino pin that cab be used as input or output


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