Make more things public...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
protocol LidarSerial {
|
||||
public protocol LidarSerial {
|
||||
var dtr: Bool {get set};
|
||||
var inWaiting: Int {get};
|
||||
func closePort() -> Void;
|
||||
|
||||
Reference in New Issue
Block a user