Skip to content

Commit 7eebe1a

Browse files
author
Igor Anokhin
committed
python: Barometer: rename modules
All modules for this example now in folders Common
1 parent e124636 commit 7eebe1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Python/Barometer.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010

1111
import time
1212

13-
import navio.ms5611
14-
import navio.util
13+
import navio.Common.util
1514

16-
navio.util.check_apm()
15+
import navio.Common.ms5611
1716

18-
baro = navio.ms5611.MS5611()
17+
navio.Common.util.check_apm()
18+
19+
baro = navio.Common.ms5611.MS5611()
1920
baro.initialize()
2021

2122
while(True):

0 commit comments

Comments
 (0)