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.
Dependencies: SI1143 m3pi mbed
Fork of Proximity_Sensor_2_detect by
Diff: main.cpp
- Revision:
- 1:73781ab8b05b
- Parent:
- 0:1802ead3667e
- Child:
- 2:8798491332ed
--- a/main.cpp Wed May 14 19:02:25 2014 +0000 +++ b/main.cpp Tue May 20 21:34:10 2014 +0000 @@ -19,7 +19,7 @@ while(1) { // Read each led sensor - sense1 = sensor.get_ps1(5); + sense1 = sensor.get_ps1(1); // Can be changed for different sensitivity //D1 @@ -69,6 +69,6 @@ printf("%d\r\n",sense1); //led2 = !led2; - wait(.02); + //wait(.01); } }