/****************************************************************************
* Project: Engineer offer *
* File: MAIN.C *
* Version: 1.0 *
* Created: Nov.08.2009 *
* Last Change: Nov.09.2009 *
* Author: EHUOYAN *
* Compiler: Brain *
* Description: RFID engineer offer description *
* Copyright (c), EHUOYAN technology co.ltd *
* About ehuoyan: Focus on RFID market *
* More information:www.ehuoyan.com * *
****************************************************************************/
#include <51.h>
#include <avr.h>
#include <arm.h>
#include <TCPIP.h>
#include <USB.h>
#include <ABCD.h>
#include <PCB.h>
#include <rfid.h>
#include <EMC.h>
#include <english.h>
void main(void) // main function begin
{
unsigned char offer;
unsigned char result;
Init_Persional();
Init_Port();
Paper_Ready();
offer=3;
while(offer)
{
if((R&D)&&(Creative)&&(Challenge))// 如果您喜欢设计工作,喜欢创新,喜欢挑战
{
if((Program)&&(PCB)) // 如果既能编程还能画PCB
{
if((RFID)|(Antenna)) // 如果懂点RFID或天线技术的话更好
{
emailto(info@ehuoyan.com);
result=Offer_test(test3);
if(result==OK)
offer--;
}
}
}
}
}
// File end |