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 HeptaTemp
Revision 19:54d195eeaaee, committed 2019-08-19
- Comitter:
- HEPTA
- Date:
- Mon Aug 19 06:23:52 2019 +0000
- Parent:
- 18:8291206e301b
- 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 05:58:31 2019 +0000 +++ b/main.cpp Mon Aug 19 06:23:52 2019 +0000 @@ -3,7 +3,7 @@ #include"HeptaTemp.h" Serial pc(USBTX, USBRX); -HeptaBattery battery(p19,p26); +HeptaBattery battery(p16,p26); HeptaTemp temper(p17); int main()