show 3 axis acceleration, temperature, pressure using FRDM-FXS-MULTI and Nucleo board

Dependencies:   FXLS8471Q MPL3115A2 mbed

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Tue Oct 28 18:33:39 2014 +0000
Parent:
0:e1ad8f9e23e3
Commit message:
add comment about jumpers for Nucleo boards

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Oct 28 17:23:50 2014 +0000
+++ b/main.cpp	Tue Oct 28 18:33:39 2014 +0000
@@ -4,6 +4,11 @@
 
 #define MPL3115A2_I2C_ADDRESS (0x60<<1)
 
+/* NOTE
+ * Nucleo boards need extra jumpers for this code to function properly.
+ * See (3) in the "Shields Support Notes" section of http://developer.mbed.org/platforms/ST-Nucleo-F401RE/
+ */
+
 int main() {
     // accelerometer
     FXLS8471Q acc(D11, D12, D13, D10);