From e70a1b74e91286496471150990d48050860cf748 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 8 Jun 2020 17:31:32 -0700 Subject: [PATCH] libx52: create separate group for connection functions --- lib/libx52/libx52.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/libx52/libx52.h b/lib/libx52/libx52.h index 9977bb0..fccf464 100644 --- a/lib/libx52/libx52.h +++ b/lib/libx52/libx52.h @@ -291,6 +291,19 @@ int libx52_init(libx52_device ** dev); */ void libx52_exit(libx52_device *dev); +/** @} */ + +/** + * @defgroup libx52dev Device Handling + * + * Handle connections to the device. + * + * These functions allow the application to dynamically connect and disconnect + * from a supported device. + * + * @{ + */ + /** * @brief Connect to the X52 device *