From 0cc0b1fad7759b62ddeb7c6a0224566dc2b47520 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Wed, 6 Oct 2021 13:21:20 +0200 Subject: [PATCH] Added deprecation notice to version 3.x for Arduino library --- docs/doxygen/doxyfile | 2 +- library.json | 4 ++-- library.properties | 7 +++---- setup.py | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/doxygen/doxyfile b/docs/doxygen/doxyfile index 33d5ec84..f457b99a 100644 --- a/docs/doxygen/doxyfile +++ b/docs/doxygen/doxyfile @@ -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 diff --git a/library.json b/library.json index 9e326e5a..02c0f0e1 100644 --- a/library.json +++ b/library.json @@ -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", @@ -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":[ diff --git a/library.properties b/library.properties index b3aaf0e2..9e5fa4e9 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,9 @@ name=TLE94112 -version=3.0.2 +version=3.0.4 author=Infineon Technologies maintainer=Infineon Technologies -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 multi-half-bridge v4.0.0 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=* - diff --git a/setup.py b/setup.py index 32b8d8dc..c4ec0a44 100644 --- a/setup.py +++ b/setup.py @@ -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",