Skip to content

Commit

Permalink
Merge pull request #168 from NebraLtd/murat/fix-cotx-i2c-addr
Browse files Browse the repository at this point in the history
Fixed Cotx X3 ECC I2C addr
  • Loading branch information
MuratUrsavas authored Jun 6, 2022
2 parents e397f90 + 976bf25 commit 2e8cebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def is_raspberry_pi() -> bool:
'COMP-COTX3': {
'FRIENDLY': 'COTX X3',
'SPIBUS': 'spidev0.0', # There is a CSN1 pin which is connected to GPIO6 (HAT Pin 31)
'KEY_STORAGE_BUS': '/dev/i2c-0',
'KEY_STORAGE_BUS': '/dev/i2c-1',
'RESET': 22,
'MAC': 'eth0',
'STATUS': 21, # Stub. There is no status LED on X3. I2C-3 is used for display
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.13.23',
version='0.13.24',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit 2e8cebb

Please sign in to comment.