EPS library

Dependencies:   HeptaBattery

Dependents:   Lab3-02_Detect_BatteryVoltage Lab3-03_Detect_BatteryVoltage_HEX Lab3-04_Q_Save_battery_voltage_to_microSD Lab3-05_model_program_2 ... more

Revision:
0:db9d263cbca7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HEPTA_EPS.cpp	Wed Aug 21 11:04:18 2019 +0000
@@ -0,0 +1,3 @@
+#include "HEPTA_EPS.h"
+HEPTA_EPS::HEPTA_EPS(PinName bat,PinName bat_ct) : HeptaBattery(bat,bat_ct){
+}
\ No newline at end of file