You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
frame += 1
|
|
if (frame > 3)
|
|
frame = 0
|
|
if (frame == 0)
|
|
bg = 142
|
|
if (frame == 1)
|
|
bg = 143
|
|
if (frame == 2)
|
|
bg = 144
|
|
if (frame == 3)
|
|
bg = 143
|
|
alarm[1] = 10
|