Skip to content
Snippets Groups Projects
Select Git revision
  • 824cef8522388841a40d4ca31cd4baa05493404c
  • master default protected
  • dice
3 results

main.c

  • Erik Strand's avatar
    824cef85
    Update the blink example · 824cef85
    Erik Strand authored
    OUTSET and OUTCLR should use =, not |=. Their purpose is to avoid
    read-modify-write operations.
    
    Also there's no reason to make the hello world sketch blink too fast for
    the eye to see without waving the board around.
    824cef85
    History
    Update the blink example
    Erik Strand authored
    OUTSET and OUTCLR should use =, not |=. Their purpose is to avoid
    read-modify-write operations.
    
    Also there's no reason to make the hello world sketch blink too fast for
    the eye to see without waving the board around.