Smooth LED fading via PWM


Results 1 to 40 of 55

Threaded View

  1. #28
    Join Date
    May 2006
    Location
    Del Rio, TX, USA
    Posts
    343


    Did you find this post helpful? Yes | No

    Default Re: Smooth LED fading via PWM

    Hank,
    Something to tuck away in your cranium while working with the EEPROM: It has a limited number of write cycles.

    I can't remember the number of write cycles, but you will NEVER wear it out just by reprograming it. (EDIT: The 18F4620 is rated minimum 100K and typical 1M write cycles)

    But you could wear it out if you repeatedly write a value during the operaitons of your code. So only make the WRITE when the user actually changes the vaule.
    Last edited by SteveB; - 21st September 2011 at 21:30. Reason: Added info on write cycle ratings

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts