eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
658 stars 411 forks source link

Raspberry Pi3 + MPU9150 + UPM Invalid Argument: Invalid i2c bus #697

Open darcihp opened 3 years ago

darcihp commented 3 years ago

I'm trying to use UPM to interface MPU9150 and RPI through I2C. When I try to run a very simple code, the message comes:

ValueError: UPM Invalid Argument: Invalid i2c bus

Is it some problem with RPI?