version2

Dependencies:   BNO055_fusion mbed

Fork of DEMO2 by Antoine Laurens

WATCHDOG.h

Committer:
alaurens
Date:
2016-03-29
Revision:
20:1da786e205eb
Parent:
6:0602a9e8118b

File content as of revision 20:1da786e205eb:

#ifndef WATCHDOG_H
#define WATCHDOG_H

#include "mbed.h"

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

#endif