-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Infineon/develop
Develop
- Loading branch information
Showing
9 changed files
with
79 additions
and
288 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=* |
This file was deleted.
Oops, something went wrong.