Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/win001/rtos_serial_terminal_menu


https://github.com/win001/rtos_serial_terminal_menu

freertos stm32 stm32f4-discovery threading uart

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# This project contains a serial terminal menu
## The menu contains following options -

|S.No.| Description | Command | arguments | Done |
|----|------------------------------------|----------|--------------------|------|
| 1. | Start Animation in Terminal | 1 | NULL | ✓ |
| 2. | Blink LED by ID | 2 | [ID] [period] | ✓ |
| 3. | Stop all LEDs blinking | 3 | NULL | ✓ |
| 4. | Get current date and time | 4 | NULL | ✓ |
| 5. | Set the current date | 5 | [dd] [mm] [yy] | ✓ |
| 6. | Set the current time | 6 | [hh] [mm] [ss] | ✓ |
| 7. | Start data logging | 7 | [period] | ✓ |
| 8. | Stop data logging | 8 | NULL | ✓ |
| 9. | Get the data logged | 9 | NULL | X |
| 10.| Set Alarm date and time | 10 | | X |
| 11.| Close the terminal | 0 | NULL | ✓ |