eren-terzioglu opened a new pull request, #16007:
URL: https://github.com/apache/nuttx/pull/16007

   ## Summary
   
   Related to https://github.com/apache/nuttx-apps/pull/3028
   
   Add snake game documentation.
   
   * Documentation/games: Add snake game docs
   
   ## Impact
   
   Documentation
   
   Impact on user: No, added feature is not effecting current status
   
   Impact on build: No, 
   
   Impact on hardware: No
   
   Impact on documentation: Yes, missing documentation added
   
   Impact on security: No
   
   Impact on compatibility: No, added feature is not effecting current status
   
   ## Testing
   
   ### Building
   
   To test docs [NuttX doc 
build](https://nuttx.apache.org/docs/latest/contributing/documentation.html) 
guide followed and output checked
   
   ```
   make distclean && ./tools/configure.sh esp32-devkitc:snake && make -j && 
make download ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BAUD=921600 && picocom 
/dev/ttyUSB0 -b 115200
   ```
   
   ### Running
   
   `snake` command used to run.
   
   ### Results
   
   LED matrix will light up with 2 leds (cyan and red) to demonstrate snake and 
food.


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to