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 PowerControl SDFileSystem
Fork of HeptaBattery by
main.cpp
00001 #include"mbed.h" 00002 #include"HeptaBattery.h" 00003 00004 Serial pc(USBTX,USBRX); 00005 HeptaBattery battery(p16,p29,p26); 00006 00007 int main(){ 00008 pc.baud(9600); 00009 float bt; 00010 for(int i=0;i<10;i++){ 00011 battery.vol(&bt); 00012 pc.printf("Vol=%f\r\n",bt); 00013 wait(1.0); 00014 } 00015 } 00016
Generated on Fri Jul 15 2022 01:55:16 by
1.7.2
