Fixed LEDs and comments
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user