Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Lap History functionality #6

Open
TheAngryRaven opened this issue May 24, 2023 · 0 comments
Open

FEATURE: Lap History functionality #6

TheAngryRaven opened this issue May 24, 2023 · 0 comments
Labels
feature New feature to be created good first issue Good for newcomers Library Work for the public library

Comments

@TheAngryRaven
Copy link
Owner

Problem

Its too much of a pain to record and save laps on the display side of the code.

Description

It would be nice to be able to pull a single lap time for display, it would also be nice to have the ability to display a list of laptimes after a race.

Proposed Solution

  1. Create an array to store list
  2. Create some simple API functions to retrieve this data
unsigned long getLapTime(int lapNumber);
unsigned long* getLapTimes();
@TheAngryRaven TheAngryRaven added enhancement New feature or request good first issue Good for newcomers Library Work for the public library labels May 24, 2023
@TheAngryRaven TheAngryRaven changed the title Add lap history functionality FEATURE: Lap History functionality May 24, 2023
@TheAngryRaven TheAngryRaven added feature New feature to be created and removed enhancement New feature or request labels May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to be created good first issue Good for newcomers Library Work for the public library
Projects
None yet
Development

No branches or pull requests

1 participant