MAX17048_HelloWorld chages with SDA SCL pins changes for STM32F401RE NUCLIO

Dependencies:   MAX17048 mbed

Fork of MAX17048_HelloWorld by Neil Thiessen

Revision:
10:0bb44b369624
Parent:
6:20e76649ba57
--- 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()
 {