More visibility changes

This commit is contained in:
Piv
2020-09-02 22:18:59 +09:30
parent ba02e965a0
commit 33bbdff467
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ public protocol Servo {
func detach()
}
public class PWMHardwareServo : Servo{
open class PWMHardwareServo : Servo{
private (set) var frameWidth : Float
private var minDc: Float
private var dcRange: Float