宏定义 | |
#define | DELAY_COUNT PER_LIB_PREDELAY_BASE |
这是一个非常关键的宏,主要用于实现延时时间的精度。 默认是11000UL,你可以在这个基础上进行微调。 建议使用一个IO翻转,用延时函数延时,通过示波器抓波形进行校准。 更多... | |
#define DELAY_COUNT PER_LIB_PREDELAY_BASE |
这是一个非常关键的宏,主要用于实现延时时间的精度。 默认是11000UL,你可以在这个基础上进行微调。 建议使用一个IO翻转,用延时函数延时,通过示波器抓波形进行校准。
This is a very critical macro, mainly used to achieve the accuracy of the delay time. The default is 11000UL, you can make fine adjustments on this basis. It is recommended to use an IO flip, delay with a delay function in the middle, and use an oscilloscope to capture the waveform for calibration.