Package-level declarations

Types

Link copied to clipboard
class PWMTalonSRXConfig : MonguConfig<PWMTalonSRX>

Configuration class for PWMTalonSRX motors.

Link copied to clipboard
class TonguSRX(channel: Int, monguConfig: PWMTalonSRXConfig.() -> Unit = {}) : PWMTalonSRX, Mongu<PWMTalonSRXConfig>

PWMTalonSRX motor implementation that extends PWMTalonSRX and implements the Mongu interface.