mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-10 01:55:59 +00:00
6 lines
138 B
Python
6 lines
138 B
Python
from sensor import Sensor
|
|
from compound import CompoundSensor
|
|
|
|
from imu import Accelerometer
|
|
from imu import Gyroscope
|
|
from imu import IMU |