Added in Version 1.0.0

DriveParameter

Buzzer drive setting parameters

Constructor

init()

Initialize object

Property

channel

Channel

repeat

Number of repetitions

onTime

Drive time (msec)

offTime

Stop time (msec)

Method

setChannel(_ channel: StarXpandCommand.Buzzer.Channel)

Set the channel

setRepeat(_ repeat: Int)

Set the number of repetitions

setOnTime(_ onTime: Int)

Set the drive time (msec)

setOffTime(_ offTime: Int)

Set the stop time (msec)