Add Doxygen for new HAL interfaces (#2110)

This commit is contained in:
Thad House
2019-11-20 16:21:07 -08:00
committed by Peter Johnson
parent 5443fdabc1
commit f62e23f1af
2 changed files with 14 additions and 0 deletions

View File

@@ -12,6 +12,12 @@
#include "hal/AddressableLEDTypes.h"
#include "hal/Types.h"
/**
* @defgroup hal_addressable Addressable LED Functions
* @ingroup hal_capi
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -52,3 +58,4 @@ void HAL_StopAddressableLEDOutput(HAL_AddressableLEDHandle handle,
#ifdef __cplusplus
} // extern "C"
#endif
/** @} */

View File

@@ -10,6 +10,12 @@
#include "hal/AnalogTrigger.h"
#include "hal/Types.h"
/**
* @defgroup hal_dutycycle DutyCycle Functions
* @ingroup hal_capi
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -100,3 +106,4 @@ int32_t HAL_GetDutyCycleFPGAIndex(HAL_DutyCycleHandle dutyCycleHandle,
#ifdef __cplusplus
} // extern "C"
#endif
/** @} */