Watchdog class of PicoRuby
Singleton methods
caused_reboot?
Watchdog.caused_reboot?() -> bool
disable
Watchdog.disable() -> 0
enable
Watchdog.enable(Integer delay_ms, ?pause_on_debug: bool) -> 0
enable_caused_reboot?
Watchdog.enable_caused_reboot?() -> bool
feed
Watchdog.feed() -> 0
get_count
Watchdog.get_count() -> Integer
reboot
Watchdog.reboot(Integer delay_ms) -> 0
start_tick
Watchdog.start_tick(Integer cycle) -> 0
update
Watchdog.update(Integer delay_ms) -> 0
Attr accessors
enabled (accessor)
instance.enabled -> bool