Skip to content

Commit

Permalink
Garmin FIT SDK 21.101.00
Browse files Browse the repository at this point in the history
  • Loading branch information
pryhoda authored Jan 25, 2023
1 parent 9ef4c0e commit e470bb6
Show file tree
Hide file tree
Showing 22 changed files with 667 additions and 45 deletions.
8 changes: 4 additions & 4 deletions garmin_fit_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# __init__garmin_fit_sdk.py

###########################################################################################
# Copyright 2022 Garmin International, Inc.
# Copyright 2023 Garmin International, Inc.
# Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
# may not use this file except in compliance with the Flexible and Interoperable Data
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.100Release
# Tag = production/release/21.100.00-0-ga3950f6
# Profile Version = 21.101Release
# Tag = production/release/21.101.00-0-gceb92d5
############################################################################################


Expand All @@ -22,4 +22,4 @@
from garmin_fit_sdk.stream import Stream
from garmin_fit_sdk.util import FIT_EPOCH_S, convert_timestamp_to_datetime

__version__ = '0.100.0'
__version__ = '21.101.0'
6 changes: 3 additions & 3 deletions garmin_fit_sdk/accumulator.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
'''accumulator.py: Contains the Accumulator class and sub-component class AccumulatedField'''

###########################################################################################
# Copyright 2022 Garmin International, Inc.
# Copyright 2023 Garmin International, Inc.
# Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
# may not use this file except in compliance with the Flexible and Interoperable Data
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.100Release
# Tag = production/release/21.100.00-0-ga3950f6
# Profile Version = 21.101Release
# Tag = production/release/21.101.00-0-gceb92d5
############################################################################################


Expand Down
6 changes: 3 additions & 3 deletions garmin_fit_sdk/bitstream.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
'''bitstream.py: Contains BitStream class which handles reading streams of data bit by bit '''

###########################################################################################
# Copyright 2022 Garmin International, Inc.
# Copyright 2023 Garmin International, Inc.
# Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
# may not use this file except in compliance with the Flexible and Interoperable Data
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.100Release
# Tag = production/release/21.100.00-0-ga3950f6
# Profile Version = 21.101Release
# Tag = production/release/21.101.00-0-gceb92d5
############################################################################################


Expand Down
6 changes: 3 additions & 3 deletions garmin_fit_sdk/crc_calculator.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
'''crc_calculator.py: Contains the CRC class which is used for calculating the header and file data CRCs.'''

###########################################################################################
# Copyright 2022 Garmin International, Inc.
# Copyright 2023 Garmin International, Inc.
# Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
# may not use this file except in compliance with the Flexible and Interoperable Data
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.100Release
# Tag = production/release/21.100.00-0-ga3950f6
# Profile Version = 21.101Release
# Tag = production/release/21.101.00-0-gceb92d5
############################################################################################


Expand Down
6 changes: 3 additions & 3 deletions garmin_fit_sdk/decoder.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
'''decoder.py: Contains the decoder class which is used to decode fit files.'''

###########################################################################################
# Copyright 2022 Garmin International, Inc.
# Copyright 2023 Garmin International, Inc.
# Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
# may not use this file except in compliance with the Flexible and Interoperable Data
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.100Release
# Tag = production/release/21.100.00-0-ga3950f6
# Profile Version = 21.101Release
# Tag = production/release/21.101.00-0-gceb92d5
############################################################################################


Expand Down
6 changes: 3 additions & 3 deletions garmin_fit_sdk/fit.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
'''fit.py: Contains base type defintions and conversion functions compliant with the FIT Protocol.'''

###########################################################################################
# Copyright 2022 Garmin International, Inc.
# Copyright 2023 Garmin International, Inc.
# Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
# may not use this file except in compliance with the Flexible and Interoperable Data
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.100Release
# Tag = production/release/21.100.00-0-ga3950f6
# Profile Version = 21.101Release
# Tag = production/release/21.101.00-0-gceb92d5
############################################################################################


Expand Down
6 changes: 3 additions & 3 deletions garmin_fit_sdk/hr_mesg_utils.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
'''hr_mesg_utils.py: Contains the functions for merging hr_mesgs to record_mesgs'''

###########################################################################################
# Copyright 2022 Garmin International, Inc.
# Copyright 2023 Garmin International, Inc.
# Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
# may not use this file except in compliance with the Flexible and Interoperable Data
# Transfer (FIT) Protocol License.
###########################################################################################
# ****WARNING**** This file is auto-generated! Do NOT edit this file.
# Profile Version = 21.100Release
# Tag = production/release/21.100.00-0-ga3950f6
# Profile Version = 21.101Release
# Tag = production/release/21.101.00-0-gceb92d5
############################################################################################


Expand Down
Loading

0 comments on commit e470bb6

Please sign in to comment.