How can I speed up my I2C?
How can I speed up my I2C? How to speed up I2C writes Increase the I2C clock speed on the deckBus. Add an asynchronous I2C write function to i2cdev. h. If I understand correctly that the I2C driver uses interrupts when writing. Slow down the main loop – but this is obviously not ideal. What […]