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
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
Generated on Fri Jul 22 2022 10:40:18 by
1.7.2
