diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 22:46:17 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 22:46:17 +0200 |
commit | bfa494588da0def96c42577e284c6d8990eb31f2 (patch) | |
tree | 29b98f8a2cbfea31a0f6641d8cd77b211ac5defe /shared/consts.h | |
parent | b6460d729aa683643e7ad83a9921f335f0fdba93 (diff) |
add doxygen
Diffstat (limited to 'shared/consts.h')
-rw-r--r-- | shared/consts.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/consts.h b/shared/consts.h index 70ab5b2..50b16b9 100644 --- a/shared/consts.h +++ b/shared/consts.h @@ -1,5 +1,7 @@ #pragma once +/** @file consts.h */ + #ifndef W2_BUILD_STR // is defined by CFLAGS += -DW2_BUILD_STR in makefile #define W2_BUILD_STR ("????????") @@ -30,4 +32,4 @@ /** battery voltage sensor pinout */ #define W2_BATTERY_PIN 6 /** side-facing distance sensor pinout */ -#define W2_SIDE_SENSOR_PIN 7
\ No newline at end of file +#define W2_SIDE_SENSOR_PIN 7 |