-
#include "CirquePinnacle.h" -
bool PinnacleTouchSPI::begin(pinnacle_spi_t *spi_bus);
Starts the driver interface on the specified SPI bus object. This function is useful if the application uses more than one SPI bus.
- Parameters¶
- pinnacle_spi_t *spi_bus¶
A reference to the instantiated object that corresponds to a specific SPI bus.
- Returns¶
The same value as
PinnacleTouch::begin().