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
Revision 1:166ddf929155, committed 2016-12-13
- Comitter:
- tomoya123
- Date:
- Tue Dec 13 06:37:27 2016 +0000
- Parent:
- 0:d53e9c6fc771
- Commit message:
- HeptaBattery
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d53e9c6fc771 -r 166ddf929155 main.cpp --- a/main.cpp Fri Dec 09 04:16:34 2016 +0000 +++ b/main.cpp Tue Dec 13 06:37:27 2016 +0000 @@ -1,7 +1,9 @@ #include"mbed.h" #include"HeptaBattery.h" + Serial pc(USBTX,USBRX); HeptaBattery battery(p16,p29,p26); + int main(){ pc.baud(9600); float bt;