代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/7741/131415
obj adc.obj
www.eeworm.com/read/7741/131416
c adc.c
#ifndef DSP281x_DEVICE_H
#define DSP281x_DEVICE_H
#ifdef __cplusplus
extern "C" {
#endif
#define TARGET 1
//--------------------------------------------------------------------------
www.eeworm.com/read/7741/131417
pjt adc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP28"
ProjectDir="C:\ICETEK-F2812-A-EDUlab\DSP281x_examples\Lab0305-AD\"
ProjectTyp
www.eeworm.com/read/7741/131551
paf adc.paf
www.eeworm.com/read/7741/131556
out adc.out
www.eeworm.com/read/7741/131558
map adc.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.09
*******************************************************
www.eeworm.com/read/7741/131565
obj adc.obj
www.eeworm.com/read/7741/131566
c adc.c
#ifndef DSP281x_DEVICE_H
#define DSP281x_DEVICE_H
#ifdef __cplusplus
extern "C" {
#endif
#define TARGET 1
//--------------------------------------------------------------------------
www.eeworm.com/read/7741/131567
pjt adc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP28"
ProjectDir="C:\ICETEK-F2812-A-EDUlab\DSP281x_examples\Lab0305-AD\"
ProjectTyp
www.eeworm.com/read/7755/132648
_c adc._c
#include
#define uchar unsigned char
#define uint unsigned int
uchar Table[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
uchar Data[4]={0,0,0,0};
void DelayMs(uint i)