p33fxxxx.h
来自「Microchi PIC_Hi-Tech C_I2C_for_EEPROM_2」· C头文件 代码 · 共 117 行
H
117 行
/*
** generic header file for dsPIC33F
*/
#if defined(__dsPIC33FJ128GP206__)
#include <p33FJ128GP206.h>
#elif defined(__dsPIC33FJ128GP306__)
#include <p33FJ128GP306.h>
#elif defined(__dsPIC33FJ128GP310__)
#include <p33FJ128GP310.h>
#elif defined(__dsPIC33FJ128GP706__)
#include <p33FJ128GP706.h>
#elif defined(__dsPIC33FJ128GP708__)
#include <p33FJ128GP708.h>
#elif defined(__dsPIC33FJ128GP710__)
#include <p33FJ128GP710.h>
#elif defined(__dsPIC33FJ128MC506__)
#include <p33FJ128MC506.h>
#elif defined(__dsPIC33FJ128MC510__)
#include <p33FJ128MC510.h>
#elif defined(__dsPIC33FJ128MC706__)
#include <p33FJ128MC706.h>
#elif defined(__dsPIC33FJ128MC708__)
#include <p33FJ128MC708.h>
#elif defined(__dsPIC33FJ128MC710__)
#include <p33FJ128MC710.h>
#elif defined(__dsPIC33FJ256GP506__)
#include <p33FJ256GP506.h>
#elif defined(__dsPIC33FJ256GP510__)
#include <p33FJ256GP510.h>
#elif defined(__dsPIC33FJ256GP710__)
#include <p33FJ256GP710.h>
#elif defined(__dsPIC33FJ256MC510__)
#include <p33FJ256MC510.h>
#elif defined(__dsPIC33FJ256MC710__)
#include <p33FJ256MC710.h>
#elif defined(__dsPIC33FJ64GP206__)
#include <p33FJ64GP206.h>
#elif defined(__dsPIC33FJ64GP306__)
#include <p33FJ64GP306.h>
#elif defined(__dsPIC33FJ64GP310__)
#include <p33FJ64GP310.h>
#elif defined(__dsPIC33FJ64GP706__)
#include <p33FJ64GP706.h>
#elif defined(__dsPIC33FJ64GP708__)
#include <p33FJ64GP708.h>
#elif defined(__dsPIC33FJ64GP710__)
#include <p33FJ64GP710.h>
#elif defined(__dsPIC33FJ64MC506__)
#include <p33FJ64MC506.h>
#elif defined(__dsPIC33FJ64MC508__)
#include <p33FJ64MC508.h>
#elif defined(__dsPIC33FJ64MC510__)
#include <p33FJ64MC510.h>
#elif defined(__dsPIC33FJ64MC706__)
#include <p33FJ64MC706.h>
#elif defined(__dsPIC33FJ64MC710__)
#include <p33FJ64MC710.h>
#else
#error -- processor ID not specified in generic header file
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?