I'm trying to create a program that has a signal output PPM (pulse-position modulation) with 8 or 9 channels. There are very good lirerias for Arduino, Arduino operate well, but I get compile the "PPMout_example" under board Mpide chipKIT program. My programming level is not high, but I have to work.I leave here the link below, to see if someone can help me.
mpide-0023-windows-20140821\hardware\pic32\cores\pic32/avr/pgmspace.h:4:2: error: #error * This sketch or library uses AVR-specific code that may not work with the chipKIT platform. See this forum for more information on porting code to chipKIT [www.chipkit.org/forum/viewforum.php?f=7]*
Microchip ChipKit\mpide-0023-windows-20140821.\hardware\pic32\libraries\RC\Curve.cpp:25:30: error: expected initializer before 'sc_defaults'
Microchip ChipKit\mpide-0023-windows-20140821.\hardware\pic32\libraries\RC\Curve.cpp:110:1: error: expected '}' at end of input
This libraries work perfectly under Arduino sofware.
Help me please!
Thank you very much!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Bugs" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi,
I'm trying to create a program that has a signal output PPM (pulse-position modulation) with 8 or 9 channels. There are very good lirerias for Arduino, Arduino operate well, but I get compile the "PPMout_example" under board Mpide chipKIT program. My programming level is not high, but I have to work.I leave here the link below, to see if someone can help me.
this is the error:
\Microchip ChipKit\mpide-0023-windows-20140821.\hardware\pic32\libraries\RC\Curve.cpp:14:0:
mpide-0023-windows-20140821\hardware\pic32\cores\pic32/avr/pgmspace.h:4:2: error: #error * This sketch or library uses AVR-specific code that may not work with the chipKIT platform. See this forum for more information on porting code to chipKIT [www.chipkit.org/forum/viewforum.php?f=7] *
Microchip ChipKit\mpide-0023-windows-20140821.\hardware\pic32\libraries\RC\Curve.cpp:25:30: error: expected initializer before 'sc_defaults'
Microchip ChipKit\mpide-0023-windows-20140821.\hardware\pic32\libraries\RC\Curve.cpp:110:1: error: expected '}' at end of input
This libraries work perfectly under Arduino sofware.
Help me please!
Thank you very much!!
Sorry, ArduinoRCLib is AVR only, I don't support anything besides Arduino Uno/Nano.