chipKIT® Development Platform

Inspired by Arduino™

Error with IOShield_EEPROM

Created Tue, 16 Apr 2013 12:15:11 +0000 by warez20


warez20

Tue, 16 Apr 2013 12:15:11 +0000

Hi,

For my project I need to use IOShieldEEPROM.h library, so I downloaded the samples file into the libraries subfolder and unzipped it (IOShieldEEPROM, IOShieldOled, IOShieldTemp), but when I want to use the IOShield_EEPROM_Demo I have an error with Mpide : "This sketch or library uses AVR-specific code that may not work with the chipKIT platform.

Did I forget something?

Thanks for yours answers ! Florian.

P.S : I work on Mpide 0023.


majenko

Tue, 16 Apr 2013 13:24:30 +0000

You forgot that the chipKIT isn't an Arduino. The Arduino library you have downloaded cannot be used with the chipKIT without it first being re-written.


driedeker

Tue, 16 Apr 2013 17:56:49 +0000

You forgot that the chipKIT isn't an Arduino. The Arduino library you have downloaded cannot be used with the chipKIT without it first being re-written.

Mine is working ok it is in sketchfolder in libraries folder


warez20

Thu, 18 Apr 2013 09:55:09 +0000

I change the sketchfolder, I downloaded IOShieldEEPROM, IOShieldOled, IOShieldTemp in the file C:\mpide\hardware\pic32\libraries and I change the sketchbook location in "File" =>"Preference" and now my project works.