Skip to content

Commit

Permalink
Merge pull request #14 from Infineon/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
OlafFilies authored Mar 12, 2021
2 parents 5e76c79 + 6ddb728 commit 77b64e2
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 288 deletions.
Empty file removed .development
Empty file.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: djaumann, ederjc, jaenrig-ifx, OlafFilies

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Software (please complete the following information):**
- OS: [e.g. Windows 10, Linux Ubuntu 18.04]
- IDE name and version [e.g. Arduino IDE 1.8.10]
- Libraries with full name and version:[ eg: DC-Motor-Control-TLE94112EL V1.4.1]
- XMC-for-Arduino with version: [eg: XMC4Arduino 1.2.1]

**Hardware (please complete the following information):**
- Sensor with full name: [e.g. TLV463D-A1B6-3DMagnetic-Sensor]
- Shield with full name : [e.g. TLE94112EL]
- Circuit diagram if needed: [e.g. a Fritzing picture]
- other Hardware if involved

**Additional context**
Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ederjc, jaenrig-ifx, OlafFilies, djaumann

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Is your solution generic or only for a fixed setup**
We prefer generic solutions which work on any kind of Hardware/Software combination in range of this software.
So please try to not generate a feature for only a very limited setup.

**Additional context**
Add any other context or screenshots about the feature request here.
152 changes: 0 additions & 152 deletions Jenkinsfile

This file was deleted.

112 changes: 0 additions & 112 deletions Makefile

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TLE5012B-Angle-Sensor

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

| <img src="https://github.com/infineon/TLE5012-Magnetic-Angle-Sensor/wiki/img/TLE_5012B_DSO-8-16_plain.jpg" width=200 style="background:white"> | <img src="https://github.com/infineon/TLE5012-Magnetic-Angle-Sensor/wiki/img/TLE5012B_breakout.png" width=150 style="background:white"> | <img src="https://github.com/infineon/TLE5012-Magnetic-Angle-Sensor/wiki/img/TLE5012B_horizontal.png" width=400 style="background:white"> |
|:--:|:--:|:--:|
Expand Down
12 changes: 9 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name":"TLE5012-Magnetic-Angle-Sensor",
"name":"TLE5012",
"keywords":"hall, sensor, magnetic, sensor2go, TLE5012B",
"description":"This library provides an interface to communicate with the TLE5012B via SPI interface",
"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.",
"repository":{
"type":"git",
"url":"https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git",
"branch":"master"
},
"version":"3.0.0",
"authors":{
"name":"Infineon Technologies",
"url":"https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/",
"maintainer": true
},
"version":"3.0.1",
"frameworks":"arduino",
"platforms":[
"infineonxmc",
"atmelavr"
]
}

7 changes: 4 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name=TLE5012B
version=3.0.0
version=3.0.1
author=Infineon Technologies
maintainer=Infineon Technologies <www.infineon.com>
sentence=This library provides an interface to communicate with the TLE5012B via SPI interface.
paragraph=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).
sentence=This library enables the Infineon TLE5012B magnetic angle sensor.
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.
category=Sensors
url=https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/
depends=XMC-for-Arduino
architectures=*
15 changes: 0 additions & 15 deletions sonar-project.properties

This file was deleted.

0 comments on commit 77b64e2

Please sign in to comment.