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: mbed
Revision 12:54912a94e4da, committed 2019-01-26
- Comitter:
- francesco01
- Date:
- Sat Jan 26 18:21:36 2019 +0000
- Parent:
- 11:ae7f002fcdde
- Commit message:
- open amaldi
Changed in this revision
StripLed-ProxSensor.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/StripLed-ProxSensor.cpp Sun Dec 09 11:21:26 2018 +0000 +++ b/StripLed-ProxSensor.cpp Sat Jan 26 18:21:36 2019 +0000 @@ -136,7 +136,7 @@ //++++++++++++++ INIZIO pilota accensione delle strip LED +++++++++++++++++++++++++ //escludi le misure oltre un range massimo e minimo. le distanze sono espress in [cm] - if((fDistance <= 150.0) && (fDistance >= 3.0)) + if((fDistance <= 400.0) && (fDistance >= 3.0)) { // se un ostacolo si trova nel range di misura, accendi i LED OutRed = 1;