If the number of our Team is pressed using KEYPAD
, then all LEDS
are turned ON for 4sec. If not then all LEDs
are turned ON for 0.25 and OFF for 0.25 consecutively for 4 sec
in total.
The input,one 2-digit HEX (as 2nd complement) number, is read from keypad. Then is converted to DECIMAL form with sign. Examples:
- Example 1:
6E=+110
- Example 2:
80=-128
On LCD
screen a timer is displayed in form MM:SS
When timer reaches the value 59:59
starts from beggining. Timer starts if PB7
is pressed, and continues provided this. It stops if PB0
is pressed.
All exercises were built in Assembly and C language