diff --git a/src/motion_plus.h b/src/motion_plus.h index f42f27d..9b05cce 100644 --- a/src/motion_plus.h +++ b/src/motion_plus.h @@ -41,9 +41,12 @@ extern "C" { #endif +/** @defgroup internal_mp Internal: MotionPlus */ +/** @{ */ void motion_plus_disconnected(struct motion_plus_t* mp); void motion_plus_event(struct motion_plus_t* mp, byte* msg); +/** @} */ #ifdef __cplusplus }