Skip to content
Snippets Groups Projects
Commit 76c366df authored by Damien George's avatar Damien George
Browse files

stmhal: Add machine.WDT class.

Usage:

    import machine
    wdt = machine.WDT(0, 5000) # 5 second timeout
    wdt.feed()

Thanks to Moritz for the initial implementation.
parent f7c46115
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment