Added functions to call for this program specifically
This commit is contained in:
@@ -23,10 +23,13 @@ int main(void) {
|
||||
usci_init(); // Initialize USCI modules
|
||||
delay();
|
||||
|
||||
P8OUT |= LEDY0; // Initially set LEDY0 to High
|
||||
|
||||
_EINT(); // Enable global interrupts
|
||||
|
||||
P8OUT |= LEDY0; // Initially set LEDY0 to High
|
||||
|
||||
usci_A2_enable();
|
||||
usci_A2_enableInterrupt();
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user