Update BaseController.swift
This commit is contained in:
parent
33840eab42
commit
0f18bd0337
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
//──────────────────────────────────────────────────────────────────────── MARK:- Base Controller Protocol
|
//──────────────────────────────────────────────────────────────────────── MARK:- Base Controller Protocol
|
||||||
|
|
||||||
/// One motion source == one DSU *slot* (0-7).
|
/// Base Controller with motion related functions
|
||||||
protocol BaseController: AnyObject {
|
protocol BaseController: AnyObject {
|
||||||
func tryRegisterMotion(slot: UInt8)
|
func tryRegisterMotion(slot: UInt8)
|
||||||
func tryGetMotionProvider() -> DSUMotionProvider?
|
func tryGetMotionProvider() -> DSUMotionProvider?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user