Add start of music appliction

This commit is contained in:
Adam Pigg
2020-07-11 21:37:28 +01:00
parent 0bcaf9c22d
commit 7a1e6e6e5b
8 changed files with 17 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ namespace Pinetime {
void OnIdle();
Pinetime::Controllers::NimbleController& nimble() {return nimbleController;};
private:
TaskHandle_t taskHandle;
@@ -74,4 +76,4 @@ namespace Pinetime {
void GoToRunning();
};
}
}
}