Edwin Cho / Mbed 2 deprecated FLOW_DERP

Dependencies:   BMP280 BNO055_fusion PowerControl mbed

Fork of STRAIGHT_DRIVE_NO_SEP by Antoine Laurens

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SAFETY.h Source File

SAFETY.h

00001 #ifndef SAFETY_H
00002 #define SAFETY_H
00003 
00004 #include "PowerControl/PowerControl.h"
00005 #include "PowerControl/EthernetPowerControl.h"
00006 #include "mbed.h"
00007 
00008 class SAFETY
00009 {
00010 public:
00011     void kick(float s);
00012     void kick(void);
00013     int semihost_powerdown();
00014     void init(uint32_t brownOutRoutine);
00015 };
00016 
00017 #endif