Results 22 comments of pylberto

@nageshu, Which platform are you using? Make sure you provide a valid I2C bus. If you have the mraa tools installed, you can list them with ``` $ mraa-i2c list...

@nageshu, I tested my up² with a bma220. For reference, here's some I2C basics. The mraa-i2c tool shows that the mraa index of '0' (mraa's default I2C bus) is the...

@nageshu, any progress?

I would like to do a temp fix for this - add the src back for the java swig module. Some of these could be cleaned up by moving the...

A temporary fix will provide original functionality while we come up with a complete solution. A handful of these use directors over runnables so I assume whoever authored them was...

I concur. The pyupm_ portion of this has always bugged me but I'm not sure of the historical significance there. I assume 'upm' was originally used to designate the UPM...

Correct. This would affect all the SWIG module usage. The xxxupm_ strings are everywhere in the UPM repo: CMakeLists.txt SWIG .i files Examples etc... It would be nice to see...

@dnoliver is this still and issue?

Version of CMake? I believe the latest couple versions change some of the python target generation. Possible that the target dependencies are not creating the .i files prior to the...