Choose time with controller buttons #3

Open
opened 2021-02-01 17:05:26 +00:00 by midgard · 1 comment
midgard commented 2021-02-01 17:05:26 +00: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 20:11:30 +00:00 (Migrated from git.zeus.gent)

changed the description

changed the description
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
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.