Choose time with controller buttons #3

Open
opened 2021-02-01 18:05:26 +01:00 by midgard · 1 comment
midgard commented 2021-02-01 18:05:26 +01:00 (Migrated from git.zeus.gent)

There's already this in controller.ino, write code to make these buttons influence the time before the game starts.

#define BUTTON_LESS_TIME  BUTTON_BITMASK(1)
#define BUTTON_MORE_TIME  BUTTON_BITMASK(2)
There's already this in controller.ino, write code to make these buttons influence the time before the game starts. ```c #define BUTTON_LESS_TIME BUTTON_BITMASK(1) #define BUTTON_MORE_TIME BUTTON_BITMASK(2) ```
midgard commented 2021-02-01 21:11:30 +01:00 (Migrated from git.zeus.gent)

changed the description

changed the description
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Kelder/obus#3
No description provided.