Test code for the BMP085 sensor (pression and temperature) with the nRF51822 platform.
Dependencies: BMP085 mbed nRF51822_blinky
Fork of nRF51822_blinky by
Diff: main.cpp
- Revision:
- 7:053e387ebb6f
- Parent:
- 4:81cea7a352b0
- Child:
- 9:f7fb475f515a
--- a/main.cpp Fri May 09 19:58:03 2014 +0300 +++ b/main.cpp Fri Oct 31 09:44:47 2014 +0000 @@ -5,8 +5,8 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(1); myled = 0; - wait(0.2); + wait(1); } }