ethz-asl / maplab

A Modular and Multi-Modal Mapping Framework
https://maplab.asl.ethz.ch
Apache License 2.0
2.54k stars 721 forks source link

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 2 months ago

0714627380 commented 2 months ago

TODO: ADD YOUR QUESTION/PROBLEM DESCRIPTION HERE


Before submitting this issue, please consider the following checklist: