LOLIN_I2C_MOTOR_Library icon indicating copy to clipboard operation
LOLIN_I2C_MOTOR_Library copied to clipboard

Arduino library for the new LOLIN I2C Motor Shield.

Results 2 LOLIN_I2C_MOTOR_Library issues
Sort by recently updated
recently updated
newest added

Both define `enum I2C_CMD` and it is therefore not possible to use both at the same time without modifying one. https://github.com/wemos/LOLIN_OLED_I2C_Button_Library

The sendData() method completely ignores i2c return codes (from Wire.endTransmission()) and always returns 0 (as long as the address is within the valid range). Additionally the status value requested from...