inkplate-6-arduino-library/Adafruit_SPITFT_Macros.h

7 lines
329 B
C
Raw Normal View History

2020-07-15 15:32:28 +02:00
// THIS FILE INTENTIONALLY LEFT BLANK.
// Macros previously #defined here have been made into (mostly) inline
// functions in the Adafruit_SPITFT class. Other libraries might still
// contain code trying to #include this header file, so until everything's
// updated this file still exists (but doing nothing) to avoid trouble.