diff --git a/README.md b/README.md index e69de29..eee6288 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,45 @@ +# README + +[toc] + +## Release + + + +**Win** + +[stm32_pwm_computer.exe](./release/stm32_pwm_computer.exe) + + + +**Linux** + +```bash +cd linux +./build.sh +``` + + + +## Usage + + + +**Win** + +1.文件资源管理器打开stm32_pwm_computer.exe所在目录。 + +![image-20211227114107011](markdown.assets/README.assets/image-20211227114107011.png) + +2.在目录栏输入cmd + +![image-20211227114136603](markdown.assets/README.assets/image-20211227114136603.png) + +3.在弹出的终端输入 stm32_pwm_computer.exe 168 33 + +``` +Tip: + stm32_pwm_computer.exe stm32系统时钟(mhz) 期望的PWM频率(khz) +``` + +![image-20211227114033164](markdown.assets/README.assets/image-20211227114033164.png) \ No newline at end of file diff --git a/markdown.assets/README.assets/image-20211227114033164.png b/markdown.assets/README.assets/image-20211227114033164.png new file mode 100644 index 0000000..b6a6a0c Binary files /dev/null and b/markdown.assets/README.assets/image-20211227114033164.png differ diff --git a/markdown.assets/README.assets/image-20211227114107011.png b/markdown.assets/README.assets/image-20211227114107011.png new file mode 100644 index 0000000..ab3eec0 Binary files /dev/null and b/markdown.assets/README.assets/image-20211227114107011.png differ diff --git a/markdown.assets/README.assets/image-20211227114136603.png b/markdown.assets/README.assets/image-20211227114136603.png new file mode 100644 index 0000000..c007482 Binary files /dev/null and b/markdown.assets/README.assets/image-20211227114136603.png differ