figments: command: rewrite command api to use Task instances instead of static functions

This commit is contained in:
Torrie Fischer
2023-12-20 09:13:23 +01:00
parent 214825c1d3
commit 6e138175be
14 changed files with 76 additions and 81 deletions

View File

@@ -77,4 +77,6 @@ private:
uint16_t trash;
m_timings.take(trash);
}
void doSetBPM(Args& args, Print& print);
};