Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Seeed_Barometer_Sensor_Example by
Revision 5:f3e52a564ea7, committed 2014-11-04
- 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 |
diff -r fb3edb8a479c -r f3e52a564ea7 main.cpp
--- 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");
