0
3
26
168
581
277
unsigned char AD_Read() { unsigned char tmp; iic_start(); iic_send_byte(0x90); if(0 == ack) { return ERR; } iic_send_byte(0x40); if(0 == ack) { return ERR; } iic_start(); iic...