Update BaseController.swift

This commit is contained in:
MediaMoots 2025-05-22 16:39:08 +08:00
parent 19b055de2d
commit 6bc21f13ea

View file

@ -7,7 +7,7 @@
// MARK:- Base Controller Protocol
/// One motion source == one DSU *slot* (0-7).
/// Base Controller with motion related functions
protocol BaseController: AnyObject {
func tryRegisterMotion(slot: UInt8)
func tryGetMotionProvider() -> DSUMotionProvider?