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: mbed BufferedSerial ConfigFile
ROBOFRIEN_BAT.h
00001 #ifndef MBED_ROBOFRIEN_BAT_H 00002 #define MBED_ROBOFRIEN_BAT_H 00003 00004 #include "mbed.h" 00005 00006 00007 00008 class ROBOFRIEN_BAT { 00009 public: 00010 void Init(int); 00011 float update( ); 00012 float ORIGIN_DATA; 00013 private: 00014 float BAT_MIN,BAT_MAX; 00015 float LPF_BAT_DATA; 00016 }; 00017 00018 #endif
Generated on Sat Jul 16 2022 14:19:21 by
1.7.2