www.pudn.com > Camera.rar > Main.c
/**************************************************************** Copyright (c) 2007, Dmatek Development Kit Department All rights reserved FileName : Main.c Description:Camera test main function Version : 1.0 Author : Dmatek_Chen Date : June 23, 2007 ****************************************************************/ #include#include #include "def.h" #include "option.h" #include "2440addr.h" #include "2440lib.h" #include "2440slib.h" extern void Camera_Test(void); void Main(void) { int data; Port_Init(); Uart_Init( 0,115200 ); Uart_Select(1 ); Uart_Printf("Camera Test \n"); Camera_Test(); }