Jump to content
43oh

Bernie

Members
  • Content Count

    2
  • Joined

  • Last visited

About Bernie

  • Rank
    Noob Class

Profile Information

  • Interests
    MSP430
  1. Could an admin please correct "Bink" in the title of this thread to "Blink". Dastardly fingers!
  2. Hi I've joined the forum to post a bug (I believe) in a tutorial on the Energia website. Specifically, the blink without delay tutorial. The following line of code is used to determine whether to toggle the state of the LED: if(currentMillis - previousMillis > interval) The documentation for the millis method states: As far as I can tell, this means that after approximately 50 days the example given will cease to blink and remain in the last state set. Before someone shoots me down saying that it's just an example and not intended to run for longer, please bear in mind that
×
×
  • Create New...