We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
What's the problem ? Help!! I don't know how can i do a more complex code, if i can't solve this.
void main() { while (FOREVER) { P0=0x00; Delay(); P0_1 = 1; Delay(); } }
The code you have posted does not define FOREVER, P0, P0_1 or Delay. There is no way it will compile and link. Please post all the code.