Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 251 → Rev 252

/MSP430/MSP430_Audio_Cube/main.c
199,6 → 199,8
 
if (ADXL_INT1_PxIFG & ADXL_INT1) {
LED_GREEN_HIGH();
__delay_cycles(1000000);
LED_GREEN_LOW();
 
// Bring chips out of low-power state
CHIP_RESET_HIGH();
218,7 → 220,7
// Clear the interrupt flag
ADXL_INT1_PxIFG &= ~ADXL_INT1;
 
LED_GREEN_LOW();
 
}
 
// if (ADXL_INT2_PxIFG & ADXL_INT2) {