chipKIT® Development Platform

Inspired by Arduino™

Basic IOShield - Oled_Full_Demo issue

Created Thu, 26 Jan 2012 00:46:53 +0000 by Antoine Villeret


Antoine Villeret

Thu, 26 Jan 2012 00:46:53 +0000

hi all,

i'm not sure this is the right place to post bug report but i'm experiencing a bug related to case sensitive file system.

In the Oled_Full_Demo.pde that comes with the IOShielOled library the line 45 shows : #include <Wprogram.h>

whereas the right file name is WProgram.h (with a capital P) this makes the example not compiling on case sensitive file system. this could be fix easily especially because this is not the first time i'm in front of case sensitive problem :-)

i'm working under Mac OS 10.6.8 with Mpide 0023

anyway, thanks for your works, this is an amazing shield ! i'm currently working on a battery manager for my camping car... should be great and cheap as well !

best regards

antoine


Jacob Christ

Fri, 27 Jan 2012 05:12:38 +0000

The best place to post a bug report is on the GitHub issue tracker.

https://github.com/chipKIT32/chipKIT32-MAX/issues?sort=created&direction=desc&state=open

Jacob