thaletterb/BLDC_ESC

Enabling toggling of GPIOs besides LEDs

Closed this issue · 1 comments

Need to be able to send a varying pulse width to the ESC every 20ms

  1. Use GPIOs for simple first approach.
    • Only LEDs currently toggle - Figure out how to use any of the other GPIOs broken out 1.6?
    • Determine accuracy of pulse widths with this approach

First implementation here. Used GPIO1_6 on MSP430LP

#2