Skip to content

Commit 85581b5

Browse files
committed
Remove experimental driver
1 parent fbfa7e0 commit 85581b5

File tree

5 files changed

+1
-68
lines changed

5 files changed

+1
-68
lines changed

docs/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ The following scripts are examples of how to use the Modulinos with Python:
3131
and gyroscope values from the Modulino.
3232
- [pixels.py](../examples/pixels.py): This example shows how to use the ModulinoPixels class to control a set of pixels.
3333
- [pixels_thermo.py](../examples/pixels_thermo.py): This example shows how to use the ModulinoPixels and ModulinoThermo classes to display the temperature on a pixel strip.
34-
- [pressure.py](../examples/pressure.py): This example shows how to use the ModulinoPressure class to read the pressure,
3534
temperature and altitude from the Modulino.
3635
- [thermo.py](../examples/thermo.py): This example shows how to use the ModulinoThermo class to read the temperature and humidity from the Modulino.

examples/pressure.py

-17
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
["modulino/modulino.py", "github:arduino/modulino-mpy/src/modulino/modulino.py"],
1010
["modulino/movement.py", "github:arduino/modulino-mpy/src/modulino/movement.py"],
1111
["modulino/pixels.py", "github:arduino/modulino-mpy/src/modulino/pixels.py"],
12-
["modulino/pressure.py", "github:arduino/modulino-mpy/src/modulino/pressure.py"],
1312
["modulino/thermo.py", "github:arduino/modulino-mpy/src/modulino/thermo.py"]
1413
],
1514
"deps": [

src/modulino/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
from .buttons import ModulinoButtons
1212
from .knob import ModulinoKnob
1313
from .movement import ModulinoMovement
14-
from .distance import ModulinoDistance
15-
from .pressure import ModulinoPressure
14+
from .distance import ModulinoDistance

src/modulino/pressure.py

-47
This file was deleted.

0 commit comments

Comments
 (0)