Enumeration Casemadmachineio.swiftio 0.1.0SwiftIO
eightBits
Data is sent in byte.
case eightBits
Data is sent in byte.
case eightBits
import SwiftIO
The SwiftIO library allows you to access and control the hardware in an easy way.
enum DataBits
The length of the data being transmitted.
final class UART
UART is a two-wire serial communication protocol used to communicate with serial devices. The devices must agree on a common transmisson rate before communication.