Skip to content

Commit

Permalink
Added deprecation notice to version 3.x for Arduino library
Browse files Browse the repository at this point in the history
  • Loading branch information
jaenrig-ifx committed Oct 6, 2021
1 parent 592b707 commit 0cc0b1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen/doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = "Multi-half-bridge"
PROJECT_NUMBER = 3.0.2
PROJECT_NUMBER = 3.0.4
PROJECT_BRIEF = "This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each"
OUTPUT_DIRECTORY = ./../docs/doxygen/build
CREATE_SUBDIRS = YES
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"TLE94112",
"keywords":"infineon arduino motor arduino-ide arduino-library dc-motor-control",
"description":"This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each",
"description":"DEPRECATED. This library is continued as the new library \"multi-half-bridge\". This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each",
"repository":{
"type":"git",
"url":"https://github.com/Infineon/multi-half-bridge",
Expand All @@ -12,7 +12,7 @@
"url":"https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/",
"maintainer": true
},
"version":"3.0.2",
"version":"3.0.4",
"license":"MIT",
"frameworks":"arduino",
"platforms":[
Expand Down
7 changes: 3 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name=TLE94112
version=3.0.2
version=3.0.4
author=Infineon Technologies
maintainer=Infineon Technologies <www.infineon.com>
sentence=This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL
paragraph=This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each
sentence=DEPRECATED. This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL
paragraph=Please note: this library is deprecated. Please migrate to the new <a href="https://github.com/Infineon/arduino-multi-half-bridge">multi-half-bridge v4.0.0</a> library. It starts in v4.x as it is a continuation of this library. This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each
category=Device Control
url=https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/
architectures=*

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="multi-half-bridge",
version="3.0.2",
version="3.0.4",
author="Infineon Technologies",
description="Python Library for Infineon's multi half-bridge IC drivers",
long_description="Python library for Infineons multi half-bridge IC drivers",
Expand Down

0 comments on commit 0cc0b1f

Please sign in to comment.