You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
453 B
18 lines
453 B
/** @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>
|
|
|
|
/**@}*/
|