This program controls the Power Management Circuit Board Revision A.
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 |
diff -r 42d01cfd6477 -r df821f0e9ad7 main.cpp --- 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;