Ozan Akyıldız

Results 2 issues of Ozan Akyıldız

This is too small of a 'fix' to create a PR At line 25 of [i2c_bmp85.py](https://github.com/eclipse/mraa/blob/master/examples/python/i2c_bmp85.py) ```python x.write(bytearray(b'0xf40x2e')) ``` is misleading and will create headaches for new users. Should be...

The Python API can access the params through a dictionary. Can the C++ API do the same? In one of the generated superclasses, there is at least an `std::vector`, but...