Adafruit TSC2046 Touchscreen Arduino Library
|
#include "Arduino.h"
#include "Print.h"
#include <Adafruit_BusIO_Register.h>
#include <Adafruit_SPIDevice.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | TSPoint |
The type returned by Adafruit_TSC2046::getPoint. More... | |
class | Adafruit_TSC2046 |
Class for interfacing with a TSC2046 touchscreen controller. More... | |