TinyCmd
TinyCmd is a compact command module that running on microcontrollers. It provide a bash-like control system with callback function.
Install / Use
/learn @lyg09270/TinyCmdREADME
About
TinyCmd is a compact command module that running on microcontrollers. It provide a bash-like control system with callback function.
<img src=".\media\TinyCmd_Logo.jpg" alt="LOGO" width="400" height="auto">Documentation
API Reference
Test
Compile the demo bygcc *.c and run
./a.exe./a.out
Output
<img src=".\media\Output.jpg" alt="Output" width="400" height="auto"> You can see more detail in demo.cTest 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
