Skip to content
Snippets Groups Projects
  1. Sep 12, 2018
    • David Sidrane's avatar
      kinetis:Bug fix PWM led update · c41d7ebd
      David Sidrane authored
        The code was forcing the CV reload, but not resettting the count
        this would cause short and long blinks during breathing.
      
        this change allows the CV to update at 50Hz (20 ms) asynchronously.
        So the LED update rate of 40Hz (25) will take effect on the next
        FTM counter change, end of the prescaler counting, after CnV register
        was written.update.
                         a   b   c   d
        LED PWM   ___-___-___-___-___-___-___-___-___-___
        LED Data  ____-____-____-____-____-____-____-____-
                       a    b    c    d
      c41d7ebd
  2. Sep 11, 2018
  3. Sep 10, 2018
  4. Sep 08, 2018
  5. Sep 06, 2018
  6. Sep 04, 2018
  7. Sep 03, 2018
  8. Sep 02, 2018
  9. Sep 01, 2018
Loading