From 1492511477349fa136dd6ddfea51b5f77a43f16e Mon Sep 17 00:00:00 2001 From: Yeo Kheng Meng Date: Tue, 25 Oct 2016 21:45:49 +0800 Subject: [PATCH] updated swift serial example to use proper library name --- Examples/SwiftSerialExample/Sources/main.swift | 2 +- Examples/SwiftSerialExample/gitignore | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Examples/SwiftSerialExample/gitignore 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/