From 79c3a23554b5e6935e0cb9fda7c7b90e8db4a5d2 Mon Sep 17 00:00:00 2001 From: jaenrig-ifx <47138227+jaenrig-ifx@users.noreply.github.com> Date: Tue, 20 Aug 2019 11:15:14 +0200 Subject: [PATCH] Updated link to TLE5012 manual --- docs/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Installation.md b/docs/Installation.md index ea320036..2a696e44 100755 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -12,7 +12,7 @@ To install the TLE5012B angle sensor library in the Arduino IDE, please go now t ## Usage Please follow the example sketches in the /examples directory in this library to learn more about the usage of the library. Especially, take care of the SPI and I²C configuration of the sensor. For more information, please consult the datasheet [here](https://www.infineon.com/dgdl/Infineon-Angle_Sensor_TLE5012B-UM-v01_02-en-UM-v01_02-EN.pdf?fileId=5546d46146d18cb40146ec2eeae4633b). For more information: -* see here for the sensors user manual [TLE5012B](https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/angle-sensor/tle5012b-e1000/) +* see here for the sensors user manual [TLE5012B](https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/angle-sensors/) * you can find several application notes concerning the sensor position and disc magnet design on the same page * there is a handy [pin out picture](https://raw.githubusercontent.com/infineon/assets/master/Pictures/TLE5012B_Sensor_2Go_Pin_out.png) @@ -20,4 +20,4 @@ Please follow the example sketches in the /examples directory in this library to ## Installation of XMC If you use a Sensor2Go evolution kit or any Infineon XMC microcontroller like the XMC1100 Boot Kit or the XMC4700 Relax Kit, than you must also install the [XMC-for-Arduino library from here](https://github.com/Infineon/XMC-for-Arduino). -The Sensor2Go will be recognized as MC1100 XMC 2Go. \ No newline at end of file +The Sensor2Go will be recognized as MC1100 XMC 2Go.