Hi, I want to make an alarm clock. I will programming with Neuron app and use neuron modules: bluetooth, power, buzzer.
This is my block code:
It means: I take “Now” block. And if hour==12 and min==10, first it will wait 10 seconds and then buzzer will make sound.
But my code does not work. I searched on your neuron web site but i did not find anything about “delay” block code.
Does anyone have any idea?