This commit is contained in:
Andrey 2021-12-07 19:59:43 -05:00
parent abc76689e4
commit 73fb5a2ef8
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ public:
void setTimeAndInvokeEventsUs(int timeNowUs);
void executeUntil(int timeUs);
void moveTimeForwardAndInvokeEventsSec(int deltaTimeSeconds);
/**
* both Rise and Fall
*/
void smartFireTriggerEvents2(int count, float delayMs);
/**