Watchdog?

Is there any Watchdog capabilities built in GHI Gadgeteer board?

Thanks
Alberto

@ cyberh0me - Sounds like for .NET Gadgeteer 4.3 doesn’t work…

namespace Microsoft.SPOT.Hardware
{
    public static class Watchdog
    {
        public static WatchdogBehavior Behavior { get; set; }
        public static bool Enabled { get; set; }
        public static WatchdogEvent LastOccurrence { get; }
        public static ILog Log { get; set; }
        public static TimeSpan Timeout { get; set; }
    }
} 

it doesn’t contain the definition of

Nevermind.

Need to use this assembly:

GHI.Hardware