mahmoud2 / pinguino32

Automatically exported from code.google.com/p/pinguino32
0 stars 0 forks source link

No interrupts and PWM with MX-220 #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install latest version of Pinguino IDE x.3
2. Select PIC32 Pinguino 220
3. Compile OnChange.pde from the interrupt examples

What is the expected output? What do you see instead?
* EXPECTED: compiled binary
* CURRENT: errors regarding PWM keyword as well as some macros undeclared

What version of the product are you using? On what operating system?
* Pinguino version x.3 (latest), Windows7 32 bit

Please provide any additional information below.
* This error has already been present in the last version of Pinguino. Nobody 
seemed to fix it, though it also was mentioned in the forum.
* A documentation on how to user timer/interrupt functionality and PWM would be 
useful.

Original issue reported on code.google.com by kartenma...@googlemail.com on 18 May 2012 at 12:08

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by jp.mandon@gmail.com on 19 May 2012 at 8:17

GoogleCodeExporter commented 9 years ago
OnChange isn't yet implemented for PIC32.
To use OnChange interrupt, check this post:
http://forum.pinguino.cc/showthread.php?tid=3507&highlight=interrupt

JP

Original comment by jp.mandon@gmail.com on 19 May 2012 at 10:06