lefuturiste / BMI160-i2c

WIP lib to communicate with the BMI160 accel/gyro sensor with the raspberry pi i2c in python
MIT License
19 stars 11 forks source link

Can't change bus #9

Open dillanspencer opened 2 years ago

dillanspencer commented 2 years ago
self.i2cbus = Driver(addr=0x68, bus=10)
TypeError: __init__() got an unexpected keyword argument 'bus'

Cant change the bus to 10 on init of Driver

larsll commented 2 years ago

Which version of the code are you running on?