Ask a New Question
Search
WHILE (timer > 0): PRINT "Carry
WHILE (timer > 0): PRINT "Carry on playing..." timer = timer - 1This code uses:SelectionSequencingIteration
1 answer
39 views
WHILE (timer > 0):
PRINT "Carry on playing..." timer = timer - 1 This code uses: SelectionIterationSequencing
1 answer
29 views
4. Determine overflow period for timer TIM7, if timer clock frequency is 80 MHZ, timer prescaler register (PSC) is 79 and timer
1 answer
75 views
4. Determine overflow period for timer TIM7, if timer clock frequency is 80 MHZ, timer prescaler register (PSC) is 79 and timer
1 answer
77 views
Determine the values of timer TIM7 prescaler (PSC) and autoreload (ARR) registers so set timer overflow period to 100 ms, if
5 answers
118 views
Determine the values of timer TIM7 prescaler (PSC) and autoreload (ARR) registers so set timer overflow period to 100 ms, if
3 answers
131 views
Question
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1
1 answer
63 views
IF (timer <= 0) OR (numberOfLives == 0): PRINT "Game Over"This code uses:IterationSequencingSelection
1 answer
23 views
IF (timer <= 0) OR (numberOfLives == 0):
PRINT "Game Over" This code uses: IterationSequencingSelection
1 answer
asked by
hudson
19 views
1. The clock signal for timer TIM6 is 80 MHz. Determine the values of timer prescaler (TIM6_PSC)
and autoreload (TIM6_ARR)
11 answers
138 views