ferdinand loesch
/
SRF05_HelloWorld
Simple Hello World for the SRF05 library
Revision 1:bbd86529ab7d, committed 2020-02-14
- Comitter:
- ferdinandl007
- Date:
- Fri Feb 14 14:40:12 2020 +0000
- Parent:
- 0:d87132986e8f
- Commit message:
- kkl
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r d87132986e8f -r bbd86529ab7d main.cpp --- a/main.cpp Fri Nov 19 22:36:20 2010 +0000 +++ b/main.cpp Fri Feb 14 14:40:12 2020 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" #include "SRF05.h" -SRF05 srf(p13, p14); +SRF05 srf(PA_13, PA_14); int main() { while(1) {
diff -r d87132986e8f -r bbd86529ab7d mbed.bld --- a/mbed.bld Fri Nov 19 22:36:20 2010 +0000 +++ b/mbed.bld Fri Feb 14 14:40:12 2020 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file