代码搜索:ADC

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

代码结果 10,000
www.eeworm.com/read/468273/6995817

sym adc-serial.sym

__S0 2100 0 __S1 190 0 l0neg 7F2 0 CODE _send 550 0 CODE lbmod 782 0 CODE lwmod 7B8 0 CODE _main 55C 0 CODE fttol 743 0 CODE lbdiv 782 0 CODE ftmul 702 0 CODE ftdiv 6CA 0 CODE _exit 4 0 COD
www.eeworm.com/read/468273/6995818

rlf adc-serial.rlf

www.eeworm.com/read/468273/6995819

obj adc-serial.obj

www.eeworm.com/read/468273/6995820

mcs adc-serial.mcs

[Header] MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 [File000] Location=F:\experiment\ADC\ADC-SERIAL\ADC-SERIAL.obj Folder=Intermediary [File001] Location=F:\experiment\ADC\A
www.eeworm.com/read/468273/6995821

hex adc-serial.hex

:10000000830100308A00042883010A128A115C2DC2 :100AA0008301B200831698168312320899008316C8 :100AB000981C572D831208002E3083120313A300B5 :100AC00019308316990024309800903083129800D2 :100AD000F0308316870
www.eeworm.com/read/468273/6995822

cof adc-serial.cof

www.eeworm.com/read/468273/6995823

lde adc-serial.lde

www.eeworm.com/read/468273/6995824

cod adc-serial.cod

www.eeworm.com/read/468273/6995825

cce adc-serial.cce

Warning[000] F:\experiment\ADC\ADC-SERIAL\ADC-SERIAL.C 46 : implicit conversion of float to integer Warning[000] F:\experiment\ADC\ADC-SERIAL\ADC-SERIAL.C 47 : implicit conversion of float to integer
www.eeworm.com/read/468273/6995827

c adc-serial.c

#include #include /*********** Serial ************/ void send(unsigned char count) { //unsigned char a; TXEN=1; //使能发送功能 TXREG=count; while(1) { if(TRMT==1) br