Skip to content

Commit

Permalink
Corrected some copyright info.
Browse files Browse the repository at this point in the history
  • Loading branch information
trinamic-ed committed Feb 25, 2025
1 parent c5c1b04 commit f4a8877
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 25 deletions.
3 changes: 2 additions & 1 deletion examples/evalboards/TMC5031/TMC5031_stallGuardDemo.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
###############################################################################
################################################################################
# Copyright © 2019 TRINAMIC Motion Control GmbH & Co. KG
# (now owned by Analog Devices Inc.),
#
# Copyright © 2023 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

"""
Demonstrate usage of StallGuard2 homing with the TMC5031
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright © 2020 TRINAMIC Motion Control GmbH & Co. KG
# (now owned by Analog Devices Inc.),
#
# Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2023 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

"""Run a TMCM-1636 in "Profile Velocity Mode" using PDOs.
Expand Down
4 changes: 2 additions & 2 deletions examples/modules/TMCM1690/TMCL/abn_encoder_position_mode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Copyright © 2024 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2024 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

import pytrinamic
Expand Down
4 changes: 2 additions & 2 deletions examples/modules/TMCM1690/TMCL/abn_encoder_velocity_mode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Copyright © 2024 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2024 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

import pytrinamic
Expand Down
5 changes: 3 additions & 2 deletions examples/modules/TMCM1690/TMCL/abs_encoder_position_mode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
################################################################################
# Copyright © 2024 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2024 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

"""Example script that shows how to use a TMCM-1690 with an absolute encoder in position mode.
The configuration is based on our standard BLDC motor (QBL4208-61-04-013-1024-AT).
Expand Down
5 changes: 3 additions & 2 deletions examples/modules/TMCM1690/TMCL/abs_encoder_velocity_mode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
################################################################################
# Copyright © 2024 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2024 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

"""Example script that shows how to use a TMCM-1690 with an absolute encoder in velocity mode.
The configuration is based on our standard BLDC motor (QBL4208-61-04-013-1024-AT).
Expand Down
4 changes: 2 additions & 2 deletions examples/modules/TMCM1690/TMCL/hall_position_mode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Copyright © 2024 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2024 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

import pytrinamic
Expand Down
4 changes: 2 additions & 2 deletions examples/modules/TMCM1690/TMCL/hall_velocity_mode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Copyright © 2024 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2024 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

import pytrinamic
Expand Down
5 changes: 5 additions & 0 deletions pytrinamic/datalogger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

"""User interface for the RAMDebug feature of some ADI Trinamic products
Improvements/Todo:
Expand Down
4 changes: 2 additions & 2 deletions pytrinamic/features/brakechopper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright © 2021 TRINAMIC Motion Control GmbH & Co. KG
# (now owned by Analog Devices Inc.),
#
# Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2023 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

from abc import ABC, abstractmethod
Expand Down
4 changes: 2 additions & 2 deletions pytrinamic/features/brakechopper_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright © 2021 TRINAMIC Motion Control GmbH & Co. KG
# (now owned by Analog Devices Inc.),
#
# Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2023 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

from ..features.brakechopper import BrakeChopper
Expand Down
4 changes: 2 additions & 2 deletions pytrinamic/features/referenceswitches.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright © 2021 TRINAMIC Motion Control GmbH & Co. KG
# (now owned by Analog Devices Inc.),
#
# Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2023 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

from abc import ABC, abstractmethod
Expand Down
4 changes: 2 additions & 2 deletions pytrinamic/features/referenceswitches_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright © 2021 TRINAMIC Motion Control GmbH & Co. KG
# (now owned by Analog Devices Inc.),
#
# Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2023 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

from ..features.referenceswitches import ReferenceSwitches
Expand Down
4 changes: 2 additions & 2 deletions pytrinamic/modules/TMCM1690.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright © 2022 TRINAMIC Motion Control GmbH & Co. KG
# (now owned by Analog Devices Inc.),
#
# Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
# proprietary & confidential to Analog Devices, Inc. and its licensors.
# Copyright © 2023 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

import pytrinamic
Expand Down
4 changes: 4 additions & 0 deletions pytrinamic/rd.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
################################################################################

from enum import IntEnum

Expand Down

0 comments on commit f4a8877

Please sign in to comment.