Skip to content

Commit e039cae

Browse files
authored
Exclude CapTouchPinMapping from API docs
1 parent 45cf70e commit e039cae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/CapacitiveTouch.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#define LOVE_BUTTON 27
2020
#endif
2121

22+
/// @cond DEV
23+
2224
/**
2325
* @struct CapTouchPinMapping
2426
* @brief Defines the mapping between an Arduino pin and its capacitive touch hardware settings.
@@ -34,6 +36,8 @@ struct CapTouchPinMapping {
3436
uint8_t chac_val; ///< Bit mask used to enable the sensor channel.
3537
};
3638

39+
/// @endcond
40+
3741
#if defined(ARDUINO_UNOR4_MINIMA)
3842
static const CapTouchPinMapping capTouchMappings[] = {
3943
{0, true, 9, 1, (1 << 1)},

0 commit comments

Comments
 (0)