Zepp-Hanzj opened a new pull request, #18976:
URL: https://github.com/apache/nuttx/pull/18976

   ## Summary
   
   Fill the blank documentation page for the `lm75` (LM75 Temperature)
   system command. The command reads temperature data from an LM75 I2C
   temperature sensor and prints the result to standard output.
   
   Documentation covers:
   - Overview of the command
   - Configuration options (`CONFIG_SYSTEM_LM75`, device name, temperature 
units, stack size, priority)
   - Usage and options (`-n <count>`, `-h`)
   - Examples for both Fahrenheit and Celsius output
   
   Refs #11081
   
   ## Impact
   
   - [x] Impact on user: YES (adds documentation for a previously undocumented 
command)
   - [ ] Impact on build: NO
   - [ ] Impact on hardware: NO
   - [ ] Impact on documentation: YES
   - [ ] Impact on security: NO
   - [ ] Impact on compatibility: NO
   
   ## Testing
   
   Sphinx documentation build succeeds:
   
   ```
   cd Documentation && make html
   build succeeded.
   ```
   
   ## PR Verification Self-Check
   
   - [x] PR title follows NuttX naming convention (`Documentation: ...`)
   - [x] Commit includes `Signed-off-by:` line
   - [x] Documentation builds without errors
   - [x] References umbrella issue #11081


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to