eddie3ruff

Results 2 issues of eddie3ruff

Hi, I have the Seeeduino XAIO. How can I change the I2C clock speed (for example between 100kHz and 400kHz)?

UAY
Arduino_Software_I2C

### Description ```python ui.number(label='Test Field', min=1.0, max=100.0, step=1.0, value=10.0, format='%.2f') ``` The displayed number starts correctly at 10.00 but after changing the value, the displayed number is only an integer...