代码搜索:电容转换器

找到约 1,899 项符合「电容转换器」的源代码

代码结果 1,899
www.eeworm.com/read/144688/12776602

txt readme.txt

======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : 四元转换器 ========================================================================
www.eeworm.com/read/285209/8860589

txt tlc0831a8位ad转换器(c语言驱动程序).txt

#include "reg51.h" #include "intrins.h" sbit T0831_CS=P2^0;//片选I/O端口 sbit T0831_SK=P1^0;//时钟I/O端口 sbit T0831_DO=P3^6;//数据I/O端口 unsigned char T0831Read() { unsigned char i,DataSoute; T0831
www.eeworm.com/read/241280/13158963

txt tlc0831a8位ad转换器(c语言驱动程序) .txt

#include "reg51.h" #include "intrins.h" sbit T0831_CS=P2^0;//片选I/O端口 sbit T0831_SK=P1^0;//时钟I/O端口 sbit T0831_DO=P3^6;//数据I/O端口 unsigned char T0831Read() { unsigned char i,DataSoute; T08