Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BMP280 BNO055_fusion PowerControl mbed
Fork of STRAIGHT_DRIVE_NO_SEP by
SAFETY.h
- Committer:
- 12104404
- Date:
- 2016-04-03
- Revision:
- 23:455f7da3dd7a
- Parent:
- WATCHDOG.h@ 6:0602a9e8118b
File content as of revision 23:455f7da3dd7a:
#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
