Using uiflow2, and i2c, I'm trying to call the following method
i2c0.writeto(0x41, mybuf, stop=True)
but you cant supply 'stop='
The error produced is 'TypeError: function doesn't take keyword arguments'
https://docs.micropython.org/en/latest/library/machine.I2C.html?highlight=i2c writeto#machine.I2C.writeto
should be positional according to the docs
This is with alpha version 17