mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
Update BaseController.swift
This commit is contained in:
parent
19b055de2d
commit
6bc21f13ea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue