mirror of
https://github.com/LNH-team/dspico-usb-examples.git
synced 2026-06-02 17:26:50 +02:00
14 lines
256 B
C
14 lines
256 B
C
#pragma once
|
|
|
|
#define MCU_ADDRESS 0x098C
|
|
#define MCU_DATA 0x0990
|
|
#define STANDBY_CNT 0x0018
|
|
|
|
#define STANDBY_DONE 0x4000
|
|
|
|
void aptinaInit(u8 camera);
|
|
void aptinaActivate();
|
|
void aptinaDeactivate();
|
|
void aptinaSwitch();
|
|
void initParams(u8 coarse_int_time);
|