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).
TLE5012-platf-ino.hpp File Reference

TLE5012 Arduino Hardware Platforms. More...

Include dependency graph for TLE5012-platf-ino.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRINTBIN(Num)   for (uint32_t t = (1UL << ((sizeof(Num)*8)-1)); t; t >>= 1) Serial.write(Num & t ? '1' : '0');
 < More...
 
#define PRINTBINS(Num)   for (uint32_t t = (1UL << ((sizeof(Num)*8)-1)); t; t >>= 1) Serial.write(Num & t ? " 1 " : " 0 ");
 

Detailed Description

TLE5012 Arduino Hardware Platforms.

Date
October 2020

SPDX-License-Identifier: MIT