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.
Fork of Ultralydsensor by
Diff: Brede.cpp
- Revision:
- 4:3fdf1cba912c
- Parent:
- 3:ed77f5925399
- Child:
- 5:c0ceed1cbd3e
--- a/Brede.cpp Wed Apr 27 09:39:57 2016 +0000 +++ b/Brede.cpp Wed Apr 27 09:40:48 2016 +0000 @@ -1,7 +1,9 @@ - #include "mbed.h" #include "SRF05.h" +#define MAX 30 +#define INTERVALL (MAX/10) + SRF05 srf(p17, p18); DigitalOut TriggerPin(p17); //Sender signal DigitalOut myled(LED1);
