Basic30 Language Reference
ClrWdt Statement

Clears the watchdog timer.

ClrWdt

Examples

Sub main()
      While True
        ' Do stuff here
        ClrWdt
      End While
End Sub
 

Also See: