From f1ce1febc85a06a6c19dcc0ff90d339a06c5e66c Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sun, 30 Nov 2025 22:58:05 +0300 Subject: [PATCH] doc: update some comments for doxygen style --- include/zh_160x_i2c.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/zh_160x_i2c.h b/include/zh_160x_i2c.h index 2b84e50..9c28900 100644 --- a/include/zh_160x_i2c.h +++ b/include/zh_160x_i2c.h @@ -1,9 +1,13 @@ +/** + * @file zh_160x_i2c.h + */ + #pragma once #include "zh_pcf8574.h" -#define ZH_LCD_16X2 1 -#define ZH_LCD_16X4 0 +#define ZH_LCD_16X2 1 /*!< LCD size 16x2. */ +#define ZH_LCD_16X4 0 /*!< LCD size 16x3. */ #ifdef __cplusplus extern "C"