updated swift serial example to use proper library name

This commit is contained in:
Yeo Kheng Meng
2016-10-25 21:45:49 +08:00
parent 50e274f5a9
commit 1492511477
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import Foundation 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.") print("You should do a loopback i.e short the TX and RX pins of the target serial port before testing.")

View File

@@ -0,0 +1,4 @@
.DS_Store
.build/
Packages/
*.xcodeproj/