sparkfun / PSoC_Arduino_Support

Support projects for PSoC processor support within the Arduino IDE
25 stars 11 forks source link

APDS / MicroOLED / WiFi missing in "libraries" #11

Closed chatelao closed 8 years ago

chatelao commented 8 years ago

Compiling the "Uno_blocks" in "PSoC Creator 3.3" reports a problem due to missing files for the libraries.

mhord commented 8 years ago

These can be downloaded and installed from their respective repositories on Github: SparkFun_Micro_OLED_Arduino_Library APDS-9960

The WiFi library can be copied from the Arduino IDE.

chatelao commented 8 years ago

Is there anywhere a step-by-step description, how to get the project compiling after fetching from github?

mhord commented 8 years ago

No; the hookup guide does include a getting started walkthrough of Creator (it's a bit dated, now, in 2.2, but most things haven't changed much).

This is not a trivial project to work with. Creator does not, by default, support C++, so to get the Arduino core support ported over I had to manually adjust the switches being passed to the compiler, among other things.

I've just updated the project to fix a few issues relating to Creator 3.3 (mostly due to the new version of GCC bundled with it); it should build without errors now.

chatelao commented 8 years ago

Thanks a lot, we are not in for the easy side (yet). It is such a cool MCU.