HL-PDJ-1/Readme.txt
xiaozhengsheng 6df0f7d96e 初始版本
2025-08-19 09:49:41 +08:00

13 lines
437 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

V0.0.0.0
建立工程,修改刺激方案,输出双向波
V0.0.0.1
删除触发电刺激、采集相关内容,增加电流按键检测功能
V0.0.0.2
将SAADC的采样位数由14位改为12位精度降低这样可以一次性初始化所有采集通道如果使用14位则一次只能使用一个通道
电极脱落检测电压门限为90mv电流小于7毫安不检测
V0.0.0.3
修改刺激波形使用TIM1定时器通过定时器控制PE3PE4的输出PWM1为高电平
V1.0.0.1
增加电刺激返回的时候定时器清0和GPIOTE初始化解决初始输出电平时高时低问题