refactor MotorController

This commit is contained in:
petter
2021-02-05 17:06:56 +01:00
parent 1bd5457848
commit 7ab153cd76
2 changed files with 10 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ namespace Pinetime {
void SetDuration(uint8_t motorDuration);
private:
static void vibrate(void * p_context);
};
}
}