Seed Barometer with I2C interface, NOT working with Seed Arch BLE. Need help.

Dependencies:   BMP085 mbed-src

Fork of Seeed_Barometer_Sensor_Example by Seeed

Files at this revision

API Documentation at this revision

Comitter:
grassel
Date:
Tue Nov 04 19:01:54 2014 +0000
Parent:
4:fb3edb8a479c
Commit message:
added just comments

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Nov 04 19:00:37 2014 +0000
+++ b/main.cpp	Tue Nov 04 19:01:54 2014 +0000
@@ -2,6 +2,9 @@
 #include "mbed.h"
 #include "BMP085.h"
 
+// this little program onlu works with the modified mbed-src, 
+// see https://developer.mbed.org/questions/5107/Arch-BLE-I2C-working/#answer5390
+
 int main(void)
 {
     printf("Creating i2c interface  ...\r\n");