#include "../../../config/tle5012-conf.hpp"
#include "Arduino.h"
#include "SPI.h"
#include "Wire.h"
Go to the source code of this file.
|
#define | SPI3W_ARD 1 |
| Arduino SPIClass3W extends the default SPIClass The extension allows the use of 3wire SSC SPI interfaces for default Arduino/Genuino and for XMC, special for the Sensor2go kit Therefore via the correct code is loaded via SPI3W_INO macro settings. More...
|
|
#define | SPI3W_XMC 2 |
|
#define | MAX_SLAVE_NUM 4 |
| Maximum numbers of slaves on one SPI bus. More...
|
|
#define | SPEED 1000000U |
| default speed of SPI transfer More...
|
|
#define | SPI3W_INO SPI3W_ARD |
|
◆ SPI3W_INO