PinguinoIDE / pinguino-libraries

Pinguino librairies, keywords and other useful files.
24 stars 27 forks source link

Interrupts Compiling #8

Closed VOskar closed 9 years ago

VOskar commented 9 years ago

File /examples/08.Interrupt/P32-Interrupt-Timer1.pde cannot be compiled on all 32bit PICs

rblanchot commented 9 years ago

The issue doesn't come from the libraries but from the IDE preprocessor. I assign it to Yeison.

rblanchot commented 9 years ago

All fixed. I've published new examples how to use interrupt with PIC32MX. IRQ have predefined names so if you want to use the Timer1 interrupt you must use Timer1Interrupt() function. Nothing else. No more tricky declaration.