arduino / library-registry

Arduino Library Manager list
https://www.arduino.cc/
Creative Commons Zero v1.0 Universal
223 stars 1.41k forks source link

Update repositories.txt #4184

Closed deangi closed 3 months ago

deangi commented 3 months ago

Add driver class libraries for sensors - tilt sensor, ultrasonic distance sensor, radar sensor, IR proximity sensor, PIR sensor

github-actions[bot] commented 3 months ago

A problem was found with your submission https://github.com/deangi/RCWL0516

:x: ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

github-actions[bot] commented 3 months ago

A problem was found with your submission https://github.com/deangi/TiltSensor

:x: ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

github-actions[bot] commented 3 months ago

A problem was found with your submission https://github.com/deangi/UltrasonicSensor

:x: ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

github-actions[bot] commented 3 months ago

A problem was found with your submission https://github.com/deangi/IRProxSensor

:x: ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

github-actions[bot] commented 3 months ago

A problem was found with your submission https://github.com/deangi/PIRSensor

:x: ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

github-actions[bot] commented 3 months ago

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

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

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

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

deangi commented 3 months ago

Adding driver classes for PIR sensor, IR Prox sensor, 0516 radar sensor, tilt sensor, ultrasonic distance sensor

deangi commented 3 months ago

Hey @ArduinoBot - I added tag 1.1

per1234 commented 3 months ago

@ArduinoBot please check it again.

github-actions[bot] commented 3 months ago

Hello! I'm checking your submission again.

github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/IRProxSensor:

Linting library in IRProxSensor
INFO: No header file found matching library name (IRProxSensor.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 version value 1.1 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, 3 WARNINGS

-------------------
github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/TiltSensor:

Linting library in TiltSensor
WARNING: library.properties version value 1.1 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, 3 WARNINGS

-------------------
github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/RCWL0516:

Linting library in RCWL0516
WARNING: library.properties version value 1.1 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, 3 WARNINGS

-------------------
github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/PIRSensor:

Linting library in PIRSensor
WARNING: library.properties version value 1.1 is not compliant with the semver specification.
         See: https://semver.org/                                                            
         (Rule LP021)                                                                        
WARNING: A commonly misspelled word was found in the library.properties paragraph field. Suggested correction: These    
         sensors measure IR radiation from an object such as a human and can be used to detect presence of warm objects 
         such as a person or animal.   A common example is an AM312 or an HC-SR501.  These sensors typically have three 
         terminals - VCC, GND, and OUT.  When the PIR sensor detects a presence - meaning it detects the heat generated 
         by a warm body within it's range, it will set the output "open" - so if you have a pull-up resistor, the       
         waveform will be at 0v when nothing is detected and 3.3v when something is detected.                           
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP035)                                                                                                   
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[bot] commented 3 months ago

:x: ERROR: Arduino Lint found errors with https://github.com/deangi/UltrasonicSensor:

Linting library in UltrasonicSensor
INFO: No header file found matching library name (UltrasonicSensor.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)                                                                                                      
ERROR: Library name UltrasonicSensor is in use by a library in the Library Manager index. Each library must have a      
       unique name value. If your library is already in the index, use the "--library-manager update" flag.             
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format           
       (Rule LP017)                                                                                                     
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: 1 ERRORS, 3 WARNINGS

-------------------
deangi commented 3 months ago

@ArduinoBot. please lint again

github-actions[bot] commented 3 months ago

Hello! I'm checking your submission again.

github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/TiltSensor:

Linting library in TiltSensor
WARNING: library.properties version value 1.1 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, 3 WARNINGS

-------------------
github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/UltrasonicSensor:

Linting library in UltrasonicSensor
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, 2 WARNINGS

-------------------
github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/IRProxSensor:

Linting library in IRProxSensor
INFO: No header file found matching library name (IRProxSensor.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 version value 1.1 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, 3 WARNINGS

-------------------
github-actions[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/PIRSensor:

Linting library in PIRSensor
WARNING: library.properties version value 1.1 is not compliant with the semver specification.
         See: https://semver.org/                                                            
         (Rule LP021)                                                                        
WARNING: A commonly misspelled word was found in the library.properties paragraph field. Suggested correction: These    
         sensors measure IR radiation from an object such as a human and can be used to detect presence of warm objects 
         such as a person or animal.   A common example is an AM312 or an HC-SR501.  These sensors typically have three 
         terminals - VCC, GND, and OUT.  When the PIR sensor detects a presence - meaning it detects the heat generated 
         by a warm body within it's range, it will set the output "open" - so if you have a pull-up resistor, the       
         waveform will be at 0v when nothing is detected and 3.3v when something is detected.                           
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP035)                                                                                                   
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[bot] commented 3 months ago

Arduino Lint has suggestions for possible improvements to https://github.com/deangi/RCWL0516:

Linting library in RCWL0516
WARNING: library.properties version value 1.1 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, 3 WARNINGS

-------------------
github-actions[bot] commented 3 months ago

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/deangi/TiltSensor/ http://downloads.arduino.cc/libraries/logs/github.com/deangi/UltrasonicSensor/ http://downloads.arduino.cc/libraries/logs/github.com/deangi/RCWL0516/ http://downloads.arduino.cc/libraries/logs/github.com/deangi/IRProxSensor/ http://downloads.arduino.cc/libraries/logs/github.com/deangi/PIRSensor/