Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 72c84e2

Browse files
committed
add deprecation notes, update version tags
1 parent a7e53d6 commit 72c84e2

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Deprecation Notice
2+
> [!WARNING]
3+
> This library is **deprecated** and no longer maintained. Please use our [XENSIV™ TLx5012B Magnetic Angle Sensor Arduino Library](https://github.com/Infineon/arduino-xensiv-angle-sensor-tlx5012) instead.
4+
15
# TLE5012B-Angle-Sensor
26

37
![PlatformIO CI](https://github.com/OlafFilies/TLE5012-Magnetic-Angle-Sensor/workflows/PlatformIO%20CI/badge.svg)

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name":"TLE5012",
33
"keywords":"hall, sensor, magnetic, sensor2go, TLE5012B",
4-
"description": "This library enables the Infineon TLE5012B magnetic angle sensor. The TLE5012B is a pre-calibrated 360° angle sensor to detect magnetic fields. The sensor is available as Sens2go kit as well as bulk chip.",
4+
"description": "This library is deprecated and no longer maintained. Please use the new library XENSIV Angle Sensor TLx5012B instead.",
55
"repository":{
66
"type":"git",
77
"url":"https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git",
88
"branch":"master"
99
},
1010
"authors":{
1111
"name":"Infineon Technologies",
12-
"url":"https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/",
12+
"url":"https://github.com/Infineon/arduino-xensiv-angle-sensor-tlx5012",
1313
"maintainer": true
1414
},
15-
"version":"3.1.0",
15+
"version":"3.1.1",
1616
"frameworks":"arduino",
1717
"platforms":[
1818
"infineonxmc",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=TLE5012B
2-
version=3.1.0
2+
version=3.1.1
33
author=Infineon Technologies
44
maintainer=Infineon Technologies <www.infineon.com>
5-
sentence=This library enables the Infineon TLE5012B magnetic angle sensor.
5+
sentence=This library is deprecated and no longer maintained. Please use the new library XENSIV Angle Sensor TLx5012B instead (link below).
66
paragraph=The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field, including a sophisticated digital signal processor. The sensor is available as Sens2go kit as well as bulk chip.
77
category=Sensors
8-
url=https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/
8+
url=https://github.com/Infineon/arduino-xensiv-angle-sensor-tlx5012
99
depends=XMC-for-Arduino
1010
architectures=avr,xmc

0 commit comments

Comments
 (0)