TLE5012B  3.1.0
The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).
spi3w-ino.hpp File Reference
#include "../../../config/tle5012-conf.hpp"
#include "Arduino.h"
#include "SPI.h"
#include "Wire.h"
Include dependency graph for spi3w-ino.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SPIClass3W
 

Macros

#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
 

Variables

SPIClass3W SPI3W
 define a new SPI3W macro for handling more than the default SPI channel More...
 

Macro Definition Documentation

◆ SPI3W_INO

#define SPI3W_INO   SPI3W_ARD