adc.h
来自「Code for using AD7718 ADC with Atmel at8」· C头文件 代码 · 共 13 行
H
13 行
#ifndef ADC_H
#define ADC_H
#define USE_CS
#ifdef USE_CS
sbit ADC_CS_SPI = 0x84;// You must specify CS here if you're using one
#endif
sbit ADC_RDY = 0xB7;
#define ADC_VREF 3 // 铒铕眍
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?