代码搜索结果

找到约 10,000 项符合 ADC 的代码

adc.lk

main.o spi.o delay.o hc595.o

adc.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

adc.lst

__text_start: __start: 0069 EFCF LDI R28,0xFF 006A E1D0 LDI R29,0x10 006B BFCD OUT 0x3D,R28 006C BFDE OUT 0x3E,R29 006D 51C0 SUBI R28,0x10 006E

adc.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR D:\avrvi\AVRVi_m128_Starter_Kit\ADC\source\lib\ FILE hc595.c DEFGLOBAL Seg7_Data 94 A[17:17]kc DIR D:\avrvi\AVRVi_m128_Starter_Kit\ADC\source\ FI

adc.h

#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 // 铒

adc.c

#include "adc.h" #include "spi.h" #include "lcd.h" #include //---------------------------------------------------------------------------------- /* 镳桁屦 疣犷螓

adc.bat

tftp -i 192.168.3.100 put ADC.bin