Nautical bell: Difference between revisions

Content added Content deleted
Line 836: Line 836:
while true
while true
wait(timer)
wait(timer)
gong = time2bells(now())
gong = nauticalbells(now())
@async(println("Nautical bell gong strikes $gong!")) # or do hardware dependent audible tones
@async(println("Nautical bell gong strikes $gong!")) # or do hardware dependent audible tones
end
end