Skip to content

Commit 7d2c6f2

Browse files
committed
link repair
1 parent ef74d29 commit 7d2c6f2

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/workflows/check_links.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Check links
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
- main
9+
tags:
10+
- '*'
11+
pull_request:
12+
schedule:
13+
- cron: '30 3 * * 5' # Run every Friday at 3:30 AM UTC
14+
15+
jobs:
16+
linkChecker:
17+
uses: Infineon/makers-devops/.github/workflows/check_links.yml@main

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# XENSIV™ TLx5012B Angle Sensor
22

33
[![.github/workflows/compile_examples.yml](https://github.com/Infineon/arduino-xensiv-angle-sensor-tlx5012/actions/workflows/compile_examples.yml/badge.svg?branch=devops%2Frelease-lib-wflow-enable)](https://github.com/Infineon/arduino-xensiv-angle-sensor-tlx5012/actions/workflows/compile_examples.yml)
4+
[![Check links](https://github.com/Infineon/XMC-for-Arduino/actions/workflows/check_links.yml/badge.svg)](https://github.com/Infineon/XMC-for-Arduino/actions/workflows/check_links.yml)
45

5-
Arduino library of Infineon's highly sensitive [XENSIV™ TLx5012B](https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/angle-sensors) 360° magnetic angle sensor.
6+
Arduino library of Infineon's highly sensitive [XENSIV™ TLx5012B](https://www.infineon.com/products/sensor/magnetic-sensors/magnetic-position-sensors/angle-sensors) 360° magnetic angle sensor.
67

78
### Suported Products
89

@@ -15,7 +16,7 @@ This library supports also all predefined communication variants IIF, PWM, SPC.
1516

1617
### Supported Frameworks
1718

18-
The library supports all Infineon XMC microcontroller and Arduino and Arduino compatible devices which can handle a 3Wire (SSC) SPI interface. Therefore have a look at the list of [compatible and tested kits](href="https://xensiv-angle-sensor-tlx5012.readthedocs.io/en/latest/) as well as at the [Porting Guide](href="https://xensiv-angle-sensor-tlx5012.readthedocs.io/en/latest/). You are maybe able to get it running with the right SPI pin setting and a sufficient resistor setup.
19+
The library supports all Infineon XMC microcontroller and Arduino and Arduino compatible devices which can handle a 3Wire (SSC) SPI interface. Therefore have a look at the list of [compatible and tested kits](https://xensiv-angle-sensor-tlx5012.readthedocs.io/en/latest/) as well as at the [Porting Guide](https://xensiv-angle-sensor-tlx5012.readthedocs.io/en/latest/). You are maybe able to get it running with the right SPI pin setting and a sufficient resistor setup.
1920

2021

2122
## Summary

0 commit comments

Comments
 (0)