Skip to content

Commit

Permalink
use latest mlx90640-driver module + fix test for 90640
Browse files Browse the repository at this point in the history
  • Loading branch information
mlx-kva committed Mar 9, 2021
1 parent 667346e commit df4f14a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devicetree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
load_driver()


__version__ = "0.1.0"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ def get_version(rel_path):
name="mlx90640-driver-devicetree",
version=get_version('devicetree/__init__.py'),
install_requires=[
'mlx90640-driver>=1.1.1'
'mlx90640-driver>=1.1.2'
]
)
2 changes: 1 addition & 1 deletion tests/app_testing/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_dump_frame():
dev.dump_eeprom()
dev.extract_parameters()

for i in range(0, 4):
for i in range(0, 5):
dev.get_frame_data()
ta = dev.get_ta() - 8.0
emissivity = 1
Expand Down

0 comments on commit df4f14a

Please sign in to comment.