代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/276589/10724840
c ad.c
#include
void iniIO();
void iniAD();
void display();
void delay1ms();
void count();
unsigned char buffer;
unsigned char i;
unsigned char m[3];
float n,k;
unsigned char table[10]={0
www.eeworm.com/read/421248/10746708
axf ad.axf
www.eeworm.com/read/421248/10746732
mcp ad.mcp
www.eeworm.com/read/421248/10746749
bin ad.bin
www.eeworm.com/read/421170/10751926
wks ad.wks
www.eeworm.com/read/421170/10751978
paf ad.paf
www.eeworm.com/read/421170/10752008
obj ad.obj
www.eeworm.com/read/421170/10752022
out ad.out
www.eeworm.com/read/421170/10752042
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="C:\ti\myprojects\ad\"
ProjectType=Executable
CPUFamily=TMS320C28XX
www.eeworm.com/read/421170/10752048
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{