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
47 views
WHILE (timer > 0):
PRINT "Carry on playing..." timer = timer - 1 This code uses: SelectionIterationSequencing
1 answer
34 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
83 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
85 views
Determine the values of timer TIM7 prescaler (PSC) and autoreload (ARR) registers so set timer overflow period to 100 ms, if
5 answers
130 views
Determine the values of timer TIM7 prescaler (PSC) and autoreload (ARR) registers so set timer overflow period to 100 ms, if
3 answers
141 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
89 views
IF (timer <= 0) OR (numberOfLives == 0): PRINT "Game Over"This code uses:IterationSequencingSelection
1 answer
28 views
IF (timer <= 0) OR (numberOfLives == 0):
PRINT "Game Over" This code uses: IterationSequencingSelection
1 answer
asked by
hudson
22 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
152 views