added

Dependencies:   BNO055_fusion PowerControl mbed

Fork of TEAM_G_FLOW_RIDA by Edwin Cho

SAFETY.h

Committer:
alaurens
Date:
2016-04-06
Revision:
26:5ae5ef623b72
Parent:
23:455f7da3dd7a

File content as of revision 26:5ae5ef623b72:

#ifndef SAFETY_H
#define SAFETY_H

#include "PowerControl/PowerControl.h"
#include "PowerControl/EthernetPowerControl.h"
#include "mbed.h"

class SAFETY
{
public:
    void kick(float s);
    void kick(void);
    int semihost_powerdown();
    void init(uint32_t brownOutRoutine);
};

#endif