updated swift serial example to use proper library name
This commit is contained in:
@@ -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.")
|
||||||
|
|
||||||
|
|||||||
4
Examples/SwiftSerialExample/gitignore
Normal file
4
Examples/SwiftSerialExample/gitignore
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
.DS_Store
|
||||||
|
.build/
|
||||||
|
Packages/
|
||||||
|
*.xcodeproj/
|
||||||
Reference in New Issue
Block a user