Skip to content

Commit

Permalink
Updated version in metafiles. Renamed Arduino library name to legacy …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
jaenrig-ifx committed May 11, 2021
1 parent c14f886 commit 592b707
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.0
PROJECT_NUMBER = 3.0.2
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,5 +1,5 @@
{
"name":"multi-half-bridge",
"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",
"repository":{
Expand All @@ -12,7 +12,7 @@
"url":"https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/",
"maintainer": true
},
"version":"3.0.0",
"version":"3.0.2",
"license":"MIT",
"frameworks":"arduino",
"platforms":[
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=multi-half-bridge
version=3.0.0
name=TLE94112
version=3.0.2
author=Infineon Technologies
maintainer=Infineon Technologies <www.infineon.com>
sentence=This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL
Expand Down
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.0",
version="3.0.2",
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
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

sonar.projectKey=XFP_multi_half_bridge
sonar.projectName=XFP_multi_half_bridge
sonar.projectVersion=3.0.0
sonar.projectVersion=3.0.2

sonar.sources=src,examples,test

Expand Down

0 comments on commit 592b707

Please sign in to comment.