ioprom.c
来自「C语言编写的监控中心终端程序。基于GPRS上传收发数据功能」· C语言 代码 · 共 85 行
C
85 行
#include "config.h"
#include "set.h"
#include "userinit.h"
#ifdef IR_NEC
#ifdef SUPPORT_COMBO
#ifdef EMU_DEMO_BOARD
#include "iopcom6.inc" /* sony QCODE, nec IR ,default */
#else
#ifdef SUPPORT_BOOMBOX
#ifdef PHILIPS_SERVO
#include "iopboxpn.inc" /* philips QCODE, nec IR */
#else
#include "iopboxsn.inc" /* sony QCODE, nec IR */
#endif
#else
#ifdef PHILIPS_SERVO
#include "iopcom6pn.inc" /* philips QCODE, nec IR */
#else
#if VFD_DRIVER==NEC16312
#ifdef SUPPORT_8Mx1_SDRAM
#include "iopcom6sn64.inc"
#else
#include "iopcom6sn.inc" /* sony QCODE, nec IR */
#endif
#endif //#if VFD_DRIVER==NEC16312
#if VFD_DRIVER==HT1621
#include "iopcom6snht.inc"
#endif //#if VFD_DRIVER==HT1621
#if VFD_DRIVER==WINBOND_W741E260F
#ifndef SUPPORT_DISCMAN
#include "iopcom6sn10.inc"
#else
#ifdef SUPPORT_8Mx1_SDRAM
#include "iopcom5sn64.inc"
#else
#include "iopcom5sn10.inc"
#endif
#endif
#endif //#if VFD_DRIVER==WINBOND_W741E260F
#endif //#ifdef PHILIPS_SERVO
#endif //#ifdef SUPPORT_BOOMBOX
#endif //#ifdef EMU_DEMO_BOARD
#else
#include "iopdsa.inc"
#endif //#ifdef SUPPORT_COMBO
#else //#ifdef IR_NEC
#ifdef SUPPORT_COMBO
#ifdef EMU_DEMO_BOARD
#include "iopcom6p.inc" /* sony QCODE, philips IR ,default */
#else
#ifdef SUPPORT_BOOMBOX
#ifdef PHILIPS_SERVO
#include "iopboxpp.inc" /* philips QCODE, philips IR */
#else
#include "iopboxsp.inc" /* sony QCODE, philips IR */
#endif
#else
#ifdef PHILIPS_SERVO
#include "iopcom6pp.inc" /* philips QCODE, philips IR */
#else
#if VFD_DRIVER==NEC16312
#include "iopcom6sp.inc" /* sony QCODE, philips IR */
#endif
#if VFD_DRIVER==HT1621
#include "iopcom6spht.inc"
#endif
#if VFD_DRIVER==WINBOND_W741E260F
#include "iopcom6sp10.inc"
#endif
#endif //#ifdef PHILIPS_SERVO
#endif //#ifdef SUPPORT_BOOMBOX
#endif //#ifdef EMU_DEMO_BOARD
#else
#include "iopdsap.inc"
#endif //#ifdef SUPPORT_COMBO
#endif //#ifdef IR_NEC
const unsigned IOPcodelen = sizeof(IOPcode);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?