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.
Hi. I tried to use the Signal Function i my project (lpc2129) and it didn't work. There an error appeared during compilation. Code of my simple signal function:
void signal sig(void) { ain1=1.0; twatch(100); }
Can someone explain why it doesn't work?
"an error appeared during compilation."
Do you not think that it might be helpful to quote exactly what error it was that appeared?
error: #70: incomplete type is not allowed error: #65: expected a ";"