SparkFun Forums 

Where electronics enthusiasts find answers.

Topics pertaining to the Arduino Core & software used with the Artemis module and Artemis development boards.
User avatar
By DanCota
#242264
I am trying to use the Adafruit_GC9A01A library with a RedBoard Artemis Nano. I am unable to compile because I get a

fatal error: pins_arduino.h: No such file or directory
#include "pins_arduino.h"
Any ideas?
By paulvha
#242267
Including the pins_arduino.h and wiring_private.h do not seem to be needed in Adafruit_GC9A01A.cpp comment out line 36 and 38
Code: Select all
#ifndef ARDUINO_STM32_FEATHER
//#include "pins_arduino.h"
#ifndef RASPI
//#include "wiring_private.h"
#endif
#endif
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum