'# Stereo, Traffic Announcement
memclear
f = 104.2 'Local Traffic Station
rx f
vol 40
textbox f
button "Set",setf
html | Frequency
|
'textbox st
radio st
html | Stereo
|
radio tp
html | TP Verkehrsfunksender
|
radio ta
html | TA Verkehrsdurchsage
|
timer 200,tim
tim:
st = rx.stereo()
tp = rx.tp()
ta = rx.ta() and tp
wait
setf:
freq f
wait