# TinyCmd
**Repository Path**: codercmd/TinyCmd
## Basic Information
- **Project Name**: TinyCmd
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-12-13
- **Last Updated**: 2025-12-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# About
TinyCmd is a compact command module that running on microcontrollers. It provide a bash-like control system with callback function.
# Documentation
[README简体中文](./README_ZH.md)
[README](./README.md)
### API Reference
[API手册中文](./API_Reference_ZH.md)
[API Reference](./API_Reference.md)
# Test
Compile the demo by`gcc *.c` and run
- `./a.exe`
- `./a.out`
#### Output
You can see more detail in demo.c
### Test on STM32F103C8T6
The test schematic is shown below.
Demo path:`.\Demo\STM32F103C8T6\Demo_ARMCompiler6`
### Test on Arduino Uno
The test schematic is shown below.
Demo path:`.\Demo\Arduino\ATMEGA328P`
#### Coming soon...