I can import e.g. VoltageSensor and CurrentSensor from bricknil.sensor, but not PoweredUpHubIMUPosition, PoweredUpHubIMUGyro, PoweredUpHubIMUAccelerometer.
Message from Python is:
ImportError: cannot import name "PoweredUpHubIMUPosition" from "bricknil.sensor" ([path to init.py])
Hello,
I can import e.g. VoltageSensor and CurrentSensor from bricknil.sensor, but not PoweredUpHubIMUPosition, PoweredUpHubIMUGyro, PoweredUpHubIMUAccelerometer.
Message from Python is: ImportError: cannot import name "PoweredUpHubIMUPosition" from "bricknil.sensor" ([path to init.py])
I use python 3.7.
Do you have a hint?