fourstix / QwiicSerLCD

Version of Arduino LiquidCrystal Library for Sparkfun Serial Enabled LCD with a Qwiic Adapter
MIT License
1 stars 14 forks source link

Fixed return value in write(uint_8) #21

Closed fourstix closed 4 years ago

fourstix commented 4 years ago

This fixes the error caused by a forgotten return statement in the write(uint_8) function.