34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
# Adafruit TSC2007 [](https://github.com/adafruit/Adafruit_TSC2007/actions)
|
|
|
|
This is the Adafruit TSC2007 Resistive Touch Panel Sensor library for Arduino
|
|
|
|
Tested and works great with the Adafruit TSC2007 Breakout Board
|
|
[<img src="assets/board.png?raw=true" width="500px">](https://www.adafruit.com/products/)
|
|
|
|
This chip uses I2C to communicate, 2 pins are required to interface
|
|
|
|
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
|
|
|
|
# Dependencies
|
|
* [Adafruit_BusIO](https://github.com/adafruit/Adafruit_BusIO)
|
|
|
|
# Contributing
|
|
|
|
Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/Adafruit_TSC2007/blob/master/CODE_OF_CONDUCT.md>)
|
|
before contributing to help this project stay welcoming.
|
|
|
|
## Documentation and doxygen
|
|
Documentation is produced by doxygen. Contributions should include documentation for any new code added.
|
|
|
|
Some examples of how to use doxygen can be found in these guide pages:
|
|
|
|
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen
|
|
|
|
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips
|
|
|
|
Written by ladyada for Adafruit Industries.
|
|
BSD license, check license.txt for more information
|
|
All text above must be included in any redistribution
|
|
|
|
To install, use the Arduino Library Manager and search for "Adafruit TSC2007" and install the library.
|