diff --git a/Examples/SwiftSerialExample/Sources/main.swift b/Examples/SwiftSerialExample/Sources/main.swift index 6fd0516..bab5f46 100644 --- a/Examples/SwiftSerialExample/Sources/main.swift +++ b/Examples/SwiftSerialExample/Sources/main.swift @@ -1,5 +1,5 @@ import Foundation -import SwiftLinuxSerial +import SwiftSerial print("You should do a loopback i.e short the TX and RX pins of the target serial port before testing.") diff --git a/Examples/SwiftSerialExample/gitignore b/Examples/SwiftSerialExample/gitignore new file mode 100644 index 0000000..53a3aeb --- /dev/null +++ b/Examples/SwiftSerialExample/gitignore @@ -0,0 +1,4 @@ +.DS_Store +.build/ +Packages/ +*.xcodeproj/