@brief Get SPI chipset (returns nullptr if not SPI)
| 239 | |
| 240 | /// @brief Get SPI chipset (returns nullptr if not SPI) |
| 241 | const SpiChipsetConfig* getSpiChipset() const FL_NOEXCEPT { return chipset.ptr<SpiChipsetConfig>(); } |
| 242 | |
| 243 | /// @brief Get data pin (works for both clockless and SPI) |
| 244 | int getDataPin() const FL_NOEXCEPT; |
no outgoing calls