📄 bf561_micron_image_capture_mt9v022_mt9v032.c
字号:
/***************************************************************************** * BF561_Micron_Image_Capture_MT9V022_MT9V032.c *****************************************************************************//* Place program arguments in the following string, or delete the definition if arguments will be passed from the command line. */const char __argv_string[] = "-abc -xyz";int main( int argc, char *argv[] ){ /* Begin adding your custom code here */ return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -