Skip to content

Commit

Permalink
Second motor example
Browse files Browse the repository at this point in the history
  • Loading branch information
97hackbrian committed Nov 21, 2023
1 parent 0f255ea commit 8d1d14a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,9 @@ void timer3A_handler(void)
}

void timer4A_handler(void)
{
{//8 o 4
TimerIntClear(TIMER4_BASE, TIMER_A);
GPIOPinWrite(GPIO_PORTN_BASE, 0x02, 0x02);

GPIOPinWrite(GPIO_PORTL_BASE, 0xC, 0x04);
PWMPulseWidthSet(PWM0_BASE,PWM_OUT_7,1000);
}

0 comments on commit 8d1d14a

Please sign in to comment.