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: Amperemeter RTC Voltmeter
Energymeter.h
00001 /* 00002 Project S5 info 00003 Author : lemy2301 00004 */ 00005 00006 #ifndef ENERGYMETER_H 00007 #define ENERGYMETER_H 00008 00009 #include "mbed.h" 00010 00011 00012 00013 class Energymeter 00014 { 00015 public: 00016 Energymeter(PinName ampIn, PinName ampOut, PinName volt); 00017 float getEnergy(); 00018 float getPowerIn(); 00019 float getPowerOut(); 00020 }; 00021 00022 00023 #endif
Generated on Fri Jul 15 2022 20:37:21 by
 1.7.2
 1.7.2