This commit is contained in:
2024-04-10 13:43:28 +02:00
parent 2f8e2937c1
commit 5b9194caae
3 changed files with 4 additions and 3 deletions

View File

@ -53,8 +53,8 @@ typedef struct {
#define NUM_OF_CHANNELS 3
typedef struct {
uint8_t taskId;
uint8_t numOfMelodies;
bool firstRun;
uint8_t numOfMelodies;
uint8_t pace; // quarter notes per minute
uint8_t sync;
t_melody melodies[NUM_OF_CHANNELS];