Battery

Dependencies:   mbed PowerControl SDFileSystem

Fork of HeptaBattery by 智也 大野

Files at this revision

API Documentation at this revision

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
--- 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;