You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace HAL_I2C/hal_i2c_ usages with the I2c class across display drivers (hd44780, ssd1306, ssd1311, display manager) and update calls to the new I2c API (Write/Read/WriteRegister). Update SC16IS740 device code to use the updated WriteRegister signature (pass the rw/restart flag) and adjust several register writes accordingly. Add a new debug header debug_i2cdetect.h (debug::i2c::Detect) and remove the old lib-hal debug i2cdetect files. Minor changes: add DEBUG_ENTRY/DEBUG_EXIT logging in display code, various brace/style and copyright year updates, and small logic fixes to use i2c::IsConnected where appropriate.
0 commit comments