Treehopper Python API
DigitalIn Class Reference

Digital input pin. More...

Inheritance diagram for DigitalIn:
DigitalBase Pin

Public Member Functions

def __init__ ()
 
def make_digital_in ()
 Make the pin a digital input. More...
 

Public Attributes

 digital_value_changed
 

Properties

 digital_value = property
 Gets the last value read from the pin. More...
 

Detailed Description

Digital input pin.

Constructor & Destructor Documentation

◆ __init__()

def __init__ ( )

Member Function Documentation

◆ make_digital_in()

def make_digital_in ( )

Make the pin a digital input.

Member Data Documentation

◆ digital_value_changed

digital_value_changed

Property Documentation

◆ digital_value

digital_value = property
static

Gets the last value read from the pin.


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