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

Add Seven Segment Display library #5193

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

maikelsalazar
Copy link
Contributor

Designed to simplify the control of a seven-segment display on Arduino, this library primarily enables the display of decimal digits one at a time, including the ability to show a decimal point.

Add Seven Segment Display library
@github-actions github-actions bot added the topic: submission Add library to the list label Oct 4, 2024
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/maikelsalazar/SevenSegmentDisplay:

Linting library in SevenSegmentDisplay
WARNING: library.properties name value SevenSegmentDisplay is longer than the recommended length of 16 characters.
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format   
         (Rule LP010)                                                                                             
WARNING: library.properties version value 1.0 is not compliant with the semver specification.
         See: https://semver.org/                                                            
         (Rule LP021)                                                                        
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 0 ERRORS, 4 WARNINGS

-------------------

@github-actions github-actions bot merged commit 4076d63 into arduino:main Oct 4, 2024
9 checks passed
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/maikelsalazar/SevenSegmentDisplay/

github-actions bot pushed a commit that referenced this pull request Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant