doc: update some comments for doxygen style

This commit is contained in:
2025-11-30 22:58:05 +03:00
parent 72e80282a9
commit f1ce1febc8

View File

@@ -1,9 +1,13 @@
/**
* @file zh_160x_i2c.h
*/
#pragma once #pragma once
#include "zh_pcf8574.h" #include "zh_pcf8574.h"
#define ZH_LCD_16X2 1 #define ZH_LCD_16X2 1 /*!< LCD size 16x2. */
#define ZH_LCD_16X4 0 #define ZH_LCD_16X4 0 /*!< LCD size 16x3. */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"