Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MMA8451Q SDFileSystem SPI_TFT_ILI9341 TFT_fonts mbed
Fork of TFT_test_frdm-kl25z by
SPI_STMPE610 Class Reference
STMPE610 Touch Sensor. More...
#include <SPI_STMPE610.h>
Public Member Functions | |
| SPI_STMPE610 (PinName mosi, PinName miso, PinName sclk, PinName cs) | |
| STMPE610 constructor. | |
Detailed Description
STMPE610 Touch Sensor.
Definition at line 24 of file SPI_STMPE610.h.
Constructor & Destructor Documentation
| SPI_STMPE610 | ( | PinName | mosi, |
| PinName | miso, | ||
| PinName | sclk, | ||
| PinName | cs | ||
| ) |
STMPE610 constructor.
- Parameters:
-
mosi SPI_MOSI pin miso SPI_MISO pin sclk SPI_CLK pin cs SPI_CS pin
Definition at line 120 of file SPI_STMPE610.cpp.
Generated on Tue Jul 19 2022 07:29:47 by
1.7.2
