Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assingment/led switch #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Assingment/led switch #1

wants to merge 4 commits into from

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    66ee139 View commit details
    Browse the repository at this point in the history
  2. part 3 of assignment is implemented. Two tasks created to blink 2 LED…

    …s using same task function
    tmpidkalwar committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    ed1b5a8 View commit details
    Browse the repository at this point in the history
  3. Added Switch task, interfaced switch and led task using binary semaph…

    …ore to get left to right led flashing on swtch3 press
    tmpidkalwar committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    05d3dc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Added 4 switches support to flash all 4 LEDs, removed task parameter,…

    … added volatile global variable to mention the starting LED index to flash LEDs
    tmpidkalwar committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    eba88c4 View commit details
    Browse the repository at this point in the history