ad7730

我要報錯
  • AD7730讀寫程序

    #i nclude sbit AD7730_CS=P0^4; sbit AD7730_SCLK=P0^0; sbit AD7730_DIN=P0^1; sbit AD7730_DOUT=P0^2; sbit AD7730_RDY=P0^3;void WriteByteToAd7730(unsigned char WriteData); unsigned char ReadByteFro