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.
Diff: main.cpp
- Revision:
- 1:74258861ec91
- Parent:
- 0:de1b4253519e
- Child:
- 2:6c3a80f22a6c
diff -r de1b4253519e -r 74258861ec91 main.cpp --- a/main.cpp Sat Jan 31 19:56:09 2015 +0000 +++ b/main.cpp Sat Jan 31 19:56:47 2015 +0000 @@ -19,7 +19,6 @@ cs=0; spi.write(BMP280_ID| BMP280_READ_FLAG); uint8_t val = spi.write(0x00); - //Device id is 0x71 cs=1; wait(0.5); }