File lt_wdt.h File List > api > lt_wdt.h Go to the documentation of this file. /* Copyright (c) Kuba Szczodrzyński 2023-03-09. */ #pragma once #include <libretiny.h> bool lt_wdt_enable(uint32_t timeout); void lt_wdt_disable(); void lt_wdt_feed();