|
|
@ -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所在目录。 |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
2.在目录栏输入cmd |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
3.在弹出的终端输入 stm32_pwm_computer.exe 168 33 |
|
|
|
|
|
|
|
``` |
|
|
|
Tip: |
|
|
|
stm32_pwm_computer.exe stm32系统时钟(mhz) 期望的PWM频率(khz) |
|
|
|
``` |
|
|
|
|
|
|
|
 |