Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit efcf559

Browse files
committed
Removed exe files from the library. And moved to assets
1 parent 720dcf8 commit efcf559

File tree

11 files changed

+352
-359
lines changed

11 files changed

+352
-359
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: python
22
python:
3-
- "2.7"
3+
- 3.7
44

55
sudo: required
6+
7+
cache: pip
68

79
branches:
810
only:
@@ -14,10 +16,10 @@ env:
1416
- USR_EMAIL="Moritz.Hoechner@infineon.com"
1517
- secure: OLSYr2ioMsqS+l43+s+yzfaVeCTK0Z1ky+Tm31bHdU66Ahq8+ZiDNX4fVDuziJtuHJWR3pEmqnYdSqSqcuByObM+I7uW3RaV2fOAtvCnWQcar5jt0+TYHuuLbfLu7vsL6ntBkQJXWibLO3JlVFp8ZVNd33WUE0mrnNdR7xormwy6EV7Ry9X/j43G+zHGjAKXxcfWIKs279pHvhtye4Vhlg3U8MkEwlkgpGiMbpWmk5CaePTi82KuoIOAceVZ8ixssuqpt4DgCnl7m6t1D+8MnjXxPLISvOr0pHNHTJ+3/gv1dGUrxENyPiW9d1q8OnrKyD9CniqC6Rklj+g5mhR+v+FJvjfa2k85SXVvFYikkqUyXkIVZkJu+PxZX0mfY18SbI7GB8mOkjgcusI9KhzNhZJQxUzza/DBe2MOR72mHVdpHlsOtx/1PjaUjJtS6lFBBZw1gCKYsFkGU3UfY+Jr3yajU1veCICgde0gm3SfhCDsQVymi7hsfnbBj8YhrY1K5+YJ6JHk5Wu6x2SsT8Al2/YSZoDdUDCZZ8Y4WNO+ZY2vF0ZU3jOcK/JSuLV6W7VzXAhSaYHVAHq2fXNgW7EWkRaLeFGtjgwvZIkhQ1Mrsl6oObMJhFhaD6vP4MlwvTWKp0MB8NdFWsgR2ITU80sREp4RBzJVSQIvLiBCIwi0upY=
1618
matrix:
17-
- PLATFORMIO_CI_SRC=examples/Caliper/ReadCaliper
1819
- PLATFORMIO_CI_SRC=examples/Cartesian
1920
- PLATFORMIO_CI_SRC=examples/Cartesian_low_power
20-
- PLATFORMIO_CI_SRC=examples/DirIndicator/Blinker_3D
21+
- PLATFORMIO_CI_SRC=examples/DirIndicator
22+
- PLATFORMIO_CI_SRC=examples/ReadCaliper
2123
- PLATFORMIO_CI_SRC=examples/sine_generator
2224

2325
install:

Readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ To install the 3D magnetic sensor 2GO library in the Arduino IDE, please go now
6363
## Processing
6464
This library supports the open-source software [Processing](https://processing.org/) for creating GUIs. It allows you to connect your evaluation board to a PC over serial communication and visualisation of the embedded system. Find out more on the Arduino homepage [here](http://playground.arduino.cc/Interfacing/Processing). The respective files are stored in the /processing folder of this repository.
6565

66+
## GUI Exe Examples
67+
68+
Download [here](https://github.com/Infineon/TLE493D-3DMagnetic-Sensor/releases/download/untagged-8291dcde7f3b02fb819d/GUI_exe_examples_V1.0.zip) additional examples with graphical interface as executable files.
69+
6670
## Board Information, Datasheet and Additional Information
6771
A PDF summarizing the features and layout of the 3D magnetic sensor 2GO board is stored on the Infineon homepage [here](https://www.infineon.com/dgdl/Infineon-3D%20Magnetic%20Sensor-PB-v03_00-EN.pdf?fileId=5546d46261d5e6820161e7571b2b3dd0).
6872
The datasheet for the TLE493D-W2B6 can be found here [TLE493D-W2B6 Datasheet](https://www.infineon.com/dgdl/Infineon-Infineon-TLE493D-W2B6%20A0-A3%203D%20Magnetic%20Sensor-DS-v01_00-EN.pdf?fileId=5546d46261764359016189ec158943a4) while respective application notes are located here [Application Notes](https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/tle493d-w2b6-a0/#!documents).

examples/Caliper/Messschieber.exe

-54.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)