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.
Fork of PCAL9555_Hello by
Revision 4:df821f0e9ad7, committed 2017-03-30
- Comitter:
- rvasquez6089
- Date:
- Thu Mar 30 02:16:31 2017 +0000
- Parent:
- 3:42d01cfd6477
- Commit message:
- Testing whether the STM32 can read the battery voltages
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 30 02:15:11 2017 +0000 +++ b/main.cpp Thu Mar 30 02:16:31 2017 +0000 @@ -19,7 +19,7 @@ int i = 1; float BatS1V; float BatS2V; - pc.printf("Hello World !\n"); + pi.printf("Hello World !\n"); Bat3EN = 1; Bat2EN = 1; Bat1EN = 1;