Skip to content

Adding ultiblox libraries #5336

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

Merged
merged 4 commits into from
Nov 2, 2024
Merged

Adding ultiblox libraries #5336

merged 4 commits into from
Nov 2, 2024

Conversation

maker-zone
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the topic: submission Add library to the list label Nov 2, 2024
Copy link
Contributor

github-actions bot commented Nov 2, 2024

A problem was found with your submission https://github.com/UltiBlox/SerialLogger

ERROR: Submission contains duplicate URLs.

Copy link
Contributor

github-actions bot commented Nov 2, 2024

A problem was found with your submission https://github.com/UltiBlox/SerialLogger

ERROR: Submission URL is already in the Library Manager index.

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/DisplayValueOLED:

Linting library in DisplayValueOLED
INFO: No header file found matching library name (UltiBlox_DisplayValueOLED.h). Best practices are for primary header   
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name value UltiBlox DisplayValueOLED 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 name UltiBlox DisplayValueOLED contains spaces. Although supported, best practices is to not
         use spaces.                                                                                                    
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
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)                                                                                                                           

Linter results for project: 0 ERRORS, 3 WARNINGS

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

Linting sketch in DisplayValueOLED/examples/hello-world

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 3 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/SensorAnalog:

Linting library in SensorAnalog
INFO: No header file found matching library name (UltiBlox_SensorAnalog.h). Best practices are for primary header       
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name value UltiBlox SensorAnalog 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 name UltiBlox SensorAnalog contains spaces. Although supported, best practices is to not use
         spaces.                                                                                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
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)                                                                                                                           

Linter results for project: 0 ERRORS, 3 WARNINGS

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

Linting sketch in SensorAnalog/examples/CallbackSensorReading

Linter results for project: no errors or warnings

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

Linting sketch in SensorAnalog/examples/ManualSensorReading

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 3 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/LCDI2C:

Linting library in LCDI2C
INFO: No header file found matching library name (UltiBlox_LCDI2C.h). Best practices are for primary header filename to 
      match library name.                                                                                               
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name UltiBlox LCDI2C contains spaces. Although supported, best practices is to not use      
         spaces.                                                                                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
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)                                                                                                                           

Linter results for project: 0 ERRORS, 2 WARNINGS

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

Linting sketch in LCDI2C/examples/printEnglish

Linter results for project: no errors or warnings

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

Linting sketch in LCDI2C/examples/printSpace

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 2 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Thanks for your interest in contributing to the Arduino Library Manager index @maker-zone
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@github-actions github-actions bot added topic: invalid Request could not be processed and removed topic: submission Add library to the list labels Nov 2, 2024
Copy link
Contributor

github-actions bot commented Nov 2, 2024

Hi @maker-zone
A problem was found with your pull request:

ERROR: Pull request removes newline from the end of a file.
Please add a blank line to the end of the file.

Please resolve this error. The checks will automatically run again once that is done.

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@github-actions github-actions bot requested a review from per1234 November 2, 2024 10:22
@github-actions github-actions bot removed the request for review from per1234 November 2, 2024 10:23
@github-actions github-actions bot added topic: submission Add library to the list and removed topic: invalid Request could not be processed labels Nov 2, 2024
Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/LCDI2C:

Linting library in LCDI2C
INFO: No header file found matching library name (UltiBlox_LCDI2C.h). Best practices are for primary header filename to 
      match library name.                                                                                               
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name UltiBlox LCDI2C contains spaces. Although supported, best practices is to not use      
         spaces.                                                                                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
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)                                                                                                                           

Linter results for project: 0 ERRORS, 2 WARNINGS

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

Linting sketch in LCDI2C/examples/printEnglish

Linter results for project: no errors or warnings

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

Linting sketch in LCDI2C/examples/printSpace

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 2 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/DisplayValueOLED:

Linting library in DisplayValueOLED
INFO: No header file found matching library name (UltiBlox_DisplayValueOLED.h). Best practices are for primary header   
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name value UltiBlox DisplayValueOLED 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 name UltiBlox DisplayValueOLED contains spaces. Although supported, best practices is to not
         use spaces.                                                                                                    
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
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)                                                                                                                           

Linter results for project: 0 ERRORS, 3 WARNINGS

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

Linting sketch in DisplayValueOLED/examples/hello-world

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 3 WARNINGS

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Arduino Lint has suggestions for possible improvements to https://github.com/UltiBlox/SensorAnalog:

Linting library in SensorAnalog
INFO: No header file found matching library name (UltiBlox_SensorAnalog.h). Best practices are for primary header       
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name value UltiBlox SensorAnalog 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 name UltiBlox SensorAnalog contains spaces. Although supported, best practices is to not use
         spaces.                                                                                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
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)                                                                                                                           

Linter results for project: 0 ERRORS, 3 WARNINGS

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

Linting sketch in SensorAnalog/examples/CallbackSensorReading

Linter results for project: no errors or warnings

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

Linting sketch in SensorAnalog/examples/ManualSensorReading

Linter results for project: no errors or warnings

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

Linter results for projects: 0 ERRORS, 3 WARNINGS

@github-actions github-actions bot merged commit c3fb5c0 into arduino:main Nov 2, 2024
11 checks passed
Copy link
Contributor

github-actions bot commented Nov 2, 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/UltiBlox/DisplayValueOLED/
http://downloads.arduino.cc/libraries/logs/github.com/UltiBlox/LCDI2C/
http://downloads.arduino.cc/libraries/logs/github.com/UltiBlox/SensorAnalog/

github-actions bot pushed a commit that referenced this pull request Nov 2, 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