Files
libopencm3/lib/stm32/common/dcmi_common_f47.c
Karl Palsson daf99b9b76 stm32: dcmi: hook up doxygen again
We still need stub .c files as we're using shared common files, so .d
tracking doesn't work.  It lets us setup basic introductory text anyway,
and there will be .c files eventually, so acceptable.
2020-11-28 22:13:25 +00:00

18 lines
453 B
C

/** @addtogroup dcmi_file DCMI peripheral API
* @ingroup peripheral_apis
* @brief Digital camera interface.
*
* The digital camera is a synchronous parallel interface able to
* receive a high-speed data flow from an external 8-, 10-, 12- or 14-bit
* CMOS camera module.
*
* If the APIs here are insufficient or incomplete, see @ref dcmi_defines
*
* LGPL License Terms @ref lgpl_license
*/
/**@{*/
#include <libopencm3/stm32/dcmi.h>
/**@}*/