代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/292035/8381580
ad9854
www.eeworm.com/read/391353/8407710
c ad.c
#include "msp430x22x4.h"
#define ADCS_HIGH P2OUT |=BIT3
#define ADCS_LOW P2OUT &=~BIT3
#define ADCLK_HIGH P2OUT |=BIT1
#define ADCLK_LOW P2OUT &=~BIT1
#define DATAIN_IN P1IN &=BIT0
__n
www.eeworm.com/read/291314/8425850
paf ad.paf
www.eeworm.com/read/291314/8425871
out ad.out
www.eeworm.com/read/291314/8425875
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.09
*******************************************************
www.eeworm.com/read/291314/8425885
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="D:\ti28\myprojects\ad\"
ProjectType=Executable
CPUFamily=TMS320C28X
www.eeworm.com/read/291314/8425893
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)
{
www.eeworm.com/read/291314/8425901
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.03
*******************************************************