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?