mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-09-28 21:17:33 +00:00
Added function for toggling transsonic effects
This commit is contained in:
@@ -21,6 +21,9 @@ class PressureSensor(Sensor):
|
|||||||
|
|
||||||
self._ts_effects = ts_effects
|
self._ts_effects = ts_effects
|
||||||
|
|
||||||
|
def set_transsonic_effects(self, active: bool):
|
||||||
|
self._ts_effects = active
|
||||||
|
|
||||||
def _get_data(self) -> float:
|
def _get_data(self) -> float:
|
||||||
x = self._dataset.get_pressure()
|
x = self._dataset.get_pressure()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user