ADS1210 ADS1211 C程序
include "macrodefine.h"#include "lpc2294.h" //ADS1210初始化子程序void AD_Init(void){ Delayus(2); SPI1_Comm...
2013-10-10
141