Fix unit test

This commit is contained in:
Thomas Farstrike
2026-02-21 11:39:25 +01:00
parent 0d4344f45b
commit aea339a143
@@ -885,6 +885,8 @@ class _IIODriver(_IMUDriver):
def __init__(self):
self.accel_path = self.find_iio_device_with_file("in_accel_x_raw")
print("path:", self.accel_path)
self.accel_offset = [0.0, 0.0, 0.0]
self.gyro_offset = [0.0, 0.0, 0.0]
def _p(self, name: str):
return self.accel_path + "/" + name