e-Paper icon indicating copy to clipboard operation
e-Paper copied to clipboard

Fix case of header files for Arduino IDE

Open Yenya opened this issue 2 years ago • 0 comments

On case-sensitive systems, there is a difference between

#include <arduino.h>

and

#include <Arduino.h>

Fix the source code so that the correct case is used. The same for spi.h -> SPI.h on arduino.

This fixes compilation problems with Arduino IDE on Linux (arduino.h and spi.h: no such file or directory).

Yenya avatar Nov 25 '23 16:11 Yenya