To maintain a clean and well-organized commit history, please adhere to the commit message format described below.
[TYPE_OF_COMMIT]short description of the change
- TYPE_OF_COMMIT: Defines the nature of the commit (e.g.,
[OLED]
,[HAL]
,[BLE]
, etc.). - Short Description: Provides a brief, meaningful summary of what the commit accomplishes.
[OLED][I2C]add initial template for ssd1306.h