libx52: create separate group for connection functions

pull/22/head
nirenjan 2020-06-08 17:31:32 -07:00
parent 2d46b395a1
commit e70a1b74e9
1 changed files with 13 additions and 0 deletions

View File

@ -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
*