MAX17048_HelloWorld chages with SDA SCL pins changes for STM32F401RE NUCLIO
Fork of MAX17048_HelloWorld by
Revision 10:0bb44b369624, committed 2018-03-07
- Comitter:
- Harshal93
- Date:
- Wed Mar 07 11:36:09 2018 +0000
- Parent:
- 9:106878f66ef0
- Commit message:
- Battery_status
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 30 19:03:21 2014 +0000 +++ b/main.cpp Wed Mar 07 11:36:09 2018 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "MAX17048.h" -MAX17048 gauge(p28, p27); +MAX17048 gauge(PB_9, PB_8); int main() {