GPIO

object GPIO
class Object
trait Matchable
class Any

Type members

Classlikes

object DigitalIn
Companion
class
trait DigitalIn extends Control with Ex[Boolean]

A pin configured for digital input. The expression reflects the pin's state as low (false) or high (true).

A pin configured for digital input. The expression reflects the pin's state as low (false) or high (true).

Companion
object
object DigitalOut
Companion
class
trait DigitalOut extends Control

A pin configured for digital output. The low/high state is specified in the constructor.

A pin configured for digital output. The low/high state is specified in the constructor.

Companion
object
trait Pin extends Ex[Pin]

Value members

Concrete fields

val PullDown: Ex[Option[Boolean]]
val PullOff: Ex[Option[Boolean]]
val PullUp: Ex[Option[Boolean]]