Base test for BMP sensor
Revision 1:74258861ec91, committed 2015-01-31
- Comitter:
- smigielski
- Date:
- Sat Jan 31 19:56:47 2015 +0000
- Parent:
- 0:de1b4253519e
- Child:
- 2:6c3a80f22a6c
- Commit message:
- Fix comment
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
}