Enumeration Casemadmachineio.swiftio 0.1.0SwiftIO
pullNone
DigitalIn.swift:389case pullNone
case pullNone
import SwiftIO
The SwiftIO library allows you to access and control the hardware in an easy way.
enum Mode
The digital input mode sets the pull resistors connected to a pin.
final class DigitalIn
The DigitalIn class is intended to detect the state of a digital input pin, either true or false.
case pullDown
case pullUp