Package-level declarations

Types

Link copied to clipboard
object AlertPingu : SubsystemBase

FRC subsystem that monitors CTRE Phoenix 6 devices and raises alerts for disconnections.

Link copied to clipboard
typealias DeviceAlert = Pair<Any, Alert>

Type alias for a pair consisting of a device and its corresponding alert. The device can be any type, and the alert is an instance of WPILib's Alert class.