Skip to content

Commit 1461df5

Browse files
committed
add const import
1 parent cf90d93 commit 1461df5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_sgp40/voc_algorithm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Author(s): yangfeng
1212
1313
"""
14+
from micropython import const
1415

1516
_VOCALGORITHM_SAMPLING_INTERVAL = const(1)
1617
_VOCALGORITHM_INITIAL_BLACKOUT = const(45)

0 commit comments

Comments
 (0)