Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/win001/rtos_serial_terminal_menu
- Owner: win001
- Created: 2024-03-05T21:15:59.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-13T21:08:25.000Z (8 months ago)
- Last Synced: 2024-04-14T12:01:38.038Z (8 months ago)
- Topics: freertos, stm32, stm32f4-discovery, threading, uart
- Language: C
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | ✓ |