Localization

Dependencies:   BNO055_fusion mbed

WATCHDOG.h

Committer:
12104404
Date:
2016-03-29
Revision:
18:f9012e93edb8
Parent:
6:0602a9e8118b

File content as of revision 18:f9012e93edb8:

#ifndef WATCHDOG_H
#define WATCHDOG_H

#include "mbed.h"

class Watchdog
{
public:
    void kick(float s);
    void kick(void);
};

#endif