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 HeptaBattery Hepta9axis
Revision 18:748c13c8a567, committed 2019-08-19
- Comitter:
 - HEPTA
 - Date:
 - Mon Aug 19 06:48:26 2019 +0000
 - Parent:
 - 17:804f868bb1cb
 - Commit message:
 
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp	Mon Aug 19 06:07:22 2019 +0000
+++ b/main.cpp	Mon Aug 19 06:48:26 2019 +0000
@@ -4,7 +4,7 @@
 
 Serial pc(USBTX,USBRX);
 Hepta9axis n_axis(p28,p27,0xD0,0x18);
-HeptaBattery battery(p19,p26);
+HeptaBattery battery(p16,p26);
 int main()
 {
     pc.baud(9600);