2021年4月2日星期五

C void bug, new to the language

 void initTimer (void);  void delay(unsigned long milli);    int main (void)  {    initTimer();    TRISB=0;    LATB=0;  

Not sure whats going on, new to C, our prof gave us the code, but its not working, used for MPLabX, these were the parts that were giving the error, pretty sure it has to do with the milli, but not sure

https://stackoverflow.com/questions/66927557/c-void-bug-new-to-the-language April 03, 2021 at 11:51AM

没有评论:

发表评论