mirror of
https://github.com/LNH-team/dspico-usb-examples.git
synced 2026-06-02 09:16:50 +02: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);
|