DigitalOut

object DigitalOut extends ProductReader[DigitalOut]
Companion
class
trait ProductReader[DigitalOut]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(pin: Pin, state: Ex[Boolean]): DigitalOut

Creates a digital output on the given pin reflecting the given low/high state.

Creates a digital output on the given pin reflecting the given low/high state.

override
def read(in: RefMapIn, key: String, arity: Int, adj: Int): DigitalOut
Definition Classes
ProductReader