delay(ms) 的說明如下:
ms: the number of milliseconds to pause (unsigned long)
unsigned long 的值:
making their range from 0 to 4,294,967,295 (2^32 - 1)
基本上是沒有問題的,溢出? 200~300 秒不至於吧?
shouzama 发表于 2022-4-29 18:20
delay(ms) 的說明如下:
ms: the number of milliseconds to pause (unsigned long)
unsigned long 的值:
其实我这个溢出说的也挺草率的,现在的delay只要数字太大就没有反映了,所以我判断应该是存在溢出的情况。就现在来看,应该是我软件里的某一部分出了问题,所以用看普通程序的眼光可能有点不太合理(之前因为error: unknown type name uint_farptr_t did you mean uint_fast8_t折腾好久)总之非常感谢你的回答