Using ADS126X library taken from TI’s Reference Design with AC Bridge Excitation, we easily modify it and adopt for specific MCU (LPC1768/LPC1769):unsigned char ADS126xXferByte(unsigned char cData) { while(SSP_GetStatus(LPC_SSP1, SSP_STAT_BUSY)); // Wait for SSP1 to become free SSP...