![]() |
Parking Finder
The Parking Finder system is a smart parking solution designed to help drivers efficiently locate available
|
Reads and prints acceleration, gyro and magnetometer data from an ICM20948 IMU over 12C. More...
Go to the source code of this file.
Variables | |
| imu-sensor-data.i2c = board.I2C() | |
| imu-sensor-data.icm = adafruit_icm20x.ICM20948(i2c) | |
Reads and prints acceleration, gyro and magnetometer data from an ICM20948 IMU over 12C.
Definition in file imu-sensor-data.py.
| imu-sensor-data.i2c = board.I2C() |
Definition at line 12 of file imu-sensor-data.py.
| imu-sensor-data.icm = adafruit_icm20x.ICM20948(i2c) |
Definition at line 14 of file imu-sensor-data.py.