You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# 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.在弹出的终端输入指令

Tip:
1.根据stm32cubeMX中时钟树和定时器序号,确定定时器输入时钟频率

2.部分频率不能恰好一样,会存在一定的误差
``` 这是因为寄存器不能整除导致的,当频率越来越大,这个误差就会越来越大。 ```

|