Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias WeatherStation d0
- alias Flash d1
- alias Siren d2
- alias LEDcounter d3
- alias CountDown r0
- alias Storm r1
- define StormSoon 120
- begin:
- l CountDown WeatherStation NextWeatherEventTime
- beqz CountDown switchoff
- slt Storm CountDown StormSoon
- s Siren On Storm
- s Flash On Storm
- round CountDown CountDown
- s LEDcounter Setting CountDown
- j begin
- switchoff:
- s Siren On 0
- s Flash On 0
- j begin
Add Comment
Please, Sign In to add comment