You've already forked dspico-usb-examples
mirror of
https://github.com/LNH-team/dspico-usb-examples.git
synced 2026-01-09 16:27:56 -08:00
7 lines
116 B
C
7 lines
116 B
C
#pragma once
|
|
|
|
void cam_init(bool front);
|
|
void cam_stop();
|
|
void cam_switch();
|
|
void cam_dmaStart(int dma, void* dst);
|