Fixed LEDs and comments

This commit is contained in:
William Miceli
2021-06-06 17:25:35 -04:00
parent 3630116723
commit 6ec2f2c9e1

View File

@@ -23,8 +23,7 @@ int main(void) {
usci_init(); // Initialize USCI modules usci_init(); // Initialize USCI modules
delay(); delay();
P8OUT &= ~LEDY0; // Initially set LEDY0 to High P8OUT |= LEDY0; // Initially set LEDY0 to High
P8OUT |= LEDY1; // Initially set LEDY1 to Low
_EINT(); // Enable global interrupts _EINT(); // Enable global interrupts