mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-10 18:15:59 +00:00
Added function for toggling transsonic effects
This commit is contained in:
parent
29db73ccd4
commit
6d6ebc8c8b
@ -21,6 +21,9 @@ class PressureSensor(Sensor):
|
||||
|
||||
self._ts_effects = ts_effects
|
||||
|
||||
def set_transsonic_effects(self, active: bool):
|
||||
self._ts_effects = active
|
||||
|
||||
def _get_data(self) -> float:
|
||||
x = self._dataset.get_pressure()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user