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

Write an assembly program that simulates a single-digit counter (0-9) that: increments on the rising edges of RB4 (by interrupt); decrement on the rising edges of RB5 (by interrupt); automatically initializes if its value reaches the maximum value of 9; it can be initialized by the operator using an interrupt on RB0. Modify your program to add an LED that blinks as long as the counter=0 by: Using a timer based on timer0 of 250 ms (Osc=16MHz) #409

Open
0714627380 opened this issue Apr 21, 2024 · 0 comments

Comments

@0714627380
Copy link

TODO: ADD YOUR QUESTION/PROBLEM DESCRIPTION HERE


Before submitting this issue, please consider the following checklist:

  • Consult the FAQ and Known Issues pages.
  • Make sure maplab was installed using the proper installation instructions
  • For bugs and build problems please add (if applicable):
    • Version of:
      • Operating System (32/64bit, 14.04/16.04/...)
      • Eigen
      • ROS
    • A backtrace (if maplab crashed)
    • Run catkin config in your workspace and post it here.
    • Details about the commands/scripts used.
    • Details about special parameter values or manual changes to the system.
    • Pictures/screen recordings
  • For general questions:
    • Please elaborate, we are no mind readers :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant